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) appSecretJsonKey(String appSecretJsonKey) appSecretSource(String appSecretSource) authorizationId(String authorizationId) authorizationPrivateKeyArn(IResolvable authorizationPrivateKeyArn) authorizationPrivateKeyArn(CfnPaymentCredentialProvider.SecretInfoProperty authorizationPrivateKeyArn) authorizationPrivateKeyJsonKey(String authorizationPrivateKeyJsonKey) authorizationPrivateKeySource(String authorizationPrivateKeySource) 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
-
appSecretJsonKey
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder appSecretJsonKey(String appSecretJsonKey) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.getAppSecretJsonKey()- Parameters:
appSecretJsonKey- The JSON key within the secret that contains the app secret value.- Returns:
this
-
appSecretSource
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder appSecretSource(String appSecretSource) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.getAppSecretSource()- Parameters:
appSecretSource- The source of the secret. Use MANAGED for service-managed secrets or EXTERNAL for customer-provided secrets.- Returns:
this
-
authorizationPrivateKeyJsonKey
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder authorizationPrivateKeyJsonKey(String authorizationPrivateKeyJsonKey) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.getAuthorizationPrivateKeyJsonKey()- Parameters:
authorizationPrivateKeyJsonKey- The JSON key within the secret that contains the authorization private key value.- Returns:
this
-
authorizationPrivateKeySource
@Stability(Stable) public CfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.Builder authorizationPrivateKeySource(String authorizationPrivateKeySource) Sets the value ofCfnPaymentCredentialProvider.StripePrivyConfigurationOutputProperty.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 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
-