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 TypeMethodDescriptionauthorizationId(String authorizationId) authorizationPrivateKey(String authorizationPrivateKey) 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
-
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
-
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
-