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