Class CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty>
- Enclosing interface:
CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty
@Stability(Stable)
public static final class CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.coinbaseCdpConfiguration(CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty coinbaseCdpConfiguration) coinbaseCdpConfiguration(IResolvable coinbaseCdpConfiguration) stripePrivyConfiguration(CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationOutputProperty stripePrivyConfiguration) stripePrivyConfiguration(IResolvable stripePrivyConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
coinbaseCdpConfiguration
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.Builder coinbaseCdpConfiguration(IResolvable coinbaseCdpConfiguration) Sets the value ofCfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.getCoinbaseCdpConfiguration()- Parameters:
coinbaseCdpConfiguration- Coinbase CDP configuration output with secret ARNs.- Returns:
this
-
coinbaseCdpConfiguration
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.Builder coinbaseCdpConfiguration(CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty coinbaseCdpConfiguration) Sets the value ofCfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.getCoinbaseCdpConfiguration()- Parameters:
coinbaseCdpConfiguration- Coinbase CDP configuration output with secret ARNs.- Returns:
this
-
stripePrivyConfiguration
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.Builder stripePrivyConfiguration(IResolvable stripePrivyConfiguration) Sets the value ofCfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.getStripePrivyConfiguration()- Parameters:
stripePrivyConfiguration- Stripe Privy configuration output with secret ARNs.- Returns:
this
-
stripePrivyConfiguration
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.Builder stripePrivyConfiguration(CfnPaymentCredentialProviderPropsMixin.StripePrivyConfigurationOutputProperty stripePrivyConfiguration) Sets the value ofCfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty.getStripePrivyConfiguration()- Parameters:
stripePrivyConfiguration- Stripe Privy configuration output with secret ARNs.- Returns:
this
-
build
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty>- Returns:
- a new instance of
CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-