Class CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty>
- Enclosing interface:
CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty
@Stability(Stable)
public static final class CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappSecretArn(IResolvable appSecretArn) appSecretArn(CfnPaymentCredentialProvider.SecretInfoProperty appSecretArn) authorizationId(String authorizationId) authorizationPrivateKeyArn(IResolvable authorizationPrivateKeyArn) authorizationPrivateKeyArn(CfnPaymentCredentialProvider.SecretInfoProperty authorizationPrivateKeyArn) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appId
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder appId(String appId) - Parameters:
appId- The app ID provided by Privy. This parameter is required.- Returns:
this
-
appSecretArn
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder appSecretArn(IResolvable appSecretArn) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.getAppSecretArn()- Parameters:
appSecretArn- Contains information about a secret in AWS Secrets Manager. This parameter is required.- Returns:
this
-
appSecretArn
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder appSecretArn(CfnPaymentCredentialProvider.SecretInfoProperty appSecretArn) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.getAppSecretArn()- Parameters:
appSecretArn- Contains information about a secret in AWS Secrets Manager. This parameter is required.- Returns:
this
-
authorizationId
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder authorizationId(String authorizationId) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.getAuthorizationId()- Parameters:
authorizationId- The authorization ID for the Stripe Privy integration. This parameter is required.- Returns:
this
-
authorizationPrivateKeyArn
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder authorizationPrivateKeyArn(IResolvable authorizationPrivateKeyArn) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.getAuthorizationPrivateKeyArn()- Parameters:
authorizationPrivateKeyArn- Contains information about a secret in AWS Secrets Manager. This parameter is required.- Returns:
this
-
authorizationPrivateKeyArn
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder authorizationPrivateKeyArn(CfnPaymentCredentialProvider.SecretInfoProperty authorizationPrivateKeyArn) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.getAuthorizationPrivateKeyArn()- Parameters:
authorizationPrivateKeyArn- Contains information about a secret in AWS Secrets Manager. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty>- Returns:
- a new instance of
CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-