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