Class CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty>
- Enclosing interface:
CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty
@Stability(Stable)
public static final class CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappSecretConfig(IResolvable appSecretConfig) appSecretSource(String appSecretSource) authorizationId(String authorizationId) authorizationPrivateKey(String authorizationPrivateKey) authorizationPrivateKeyConfig(CfnPaymentCredentialProviderPropsMixin.SecretReferenceProperty authorizationPrivateKeyConfig) authorizationPrivateKeyConfig(IResolvable authorizationPrivateKeyConfig) authorizationPrivateKeySource(String authorizationPrivateKeySource) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
appId
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder appId(String appId) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAppId()- Parameters:
appId- The app ID provided by Privy.- Returns:
this
-
appSecret
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder appSecret(String appSecret) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAppSecret()- Parameters:
appSecret- The app secret provided by Privy.- Returns:
this
-
appSecretConfig
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder appSecretConfig(IResolvable appSecretConfig) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAppSecretConfig()- Parameters:
appSecretConfig- A reference to a customer-provided secret stored in AWS Secrets Manager.- Returns:
this
-
appSecretConfig
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder appSecretConfig(CfnPaymentCredentialProviderPropsMixin.SecretReferenceProperty appSecretConfig) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAppSecretConfig()- Parameters:
appSecretConfig- A reference to a customer-provided secret stored in AWS Secrets Manager.- Returns:
this
-
appSecretSource
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder appSecretSource(String appSecretSource) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAppSecretSource()- Parameters:
appSecretSource- The source of the secret. Use MANAGED for service-managed secrets or EXTERNAL for customer-provided secrets.- Returns:
this
-
authorizationId
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder authorizationId(String authorizationId) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAuthorizationId()- Parameters:
authorizationId- The authorization ID for the Stripe Privy integration.- Returns:
this
-
authorizationPrivateKey
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder authorizationPrivateKey(String authorizationPrivateKey) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAuthorizationPrivateKey()- Parameters:
authorizationPrivateKey- The authorization private key for the Stripe Privy integration.- Returns:
this
-
authorizationPrivateKeyConfig
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder authorizationPrivateKeyConfig(IResolvable authorizationPrivateKeyConfig) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAuthorizationPrivateKeyConfig()- Parameters:
authorizationPrivateKeyConfig- A reference to a customer-provided secret stored in AWS Secrets Manager.- Returns:
this
-
authorizationPrivateKeyConfig
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder authorizationPrivateKeyConfig(CfnPaymentCredentialProviderPropsMixin.SecretReferenceProperty authorizationPrivateKeyConfig) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAuthorizationPrivateKeyConfig()- Parameters:
authorizationPrivateKeyConfig- A reference to a customer-provided secret stored in AWS Secrets Manager.- Returns:
this
-
authorizationPrivateKeySource
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.Builder authorizationPrivateKeySource(String authorizationPrivateKeySource) Sets the value ofCfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty.getAuthorizationPrivateKeySource()- Parameters:
authorizationPrivateKeySource- The source of the secret. Use MANAGED for service-managed secrets or EXTERNAL for customer-provided secrets.- Returns:
this
-
build
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty>- Returns:
- a new instance of
CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-