Class CfnPaymentConnector.CredentialsProviderConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentConnector.CredentialsProviderConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentConnector.CredentialsProviderConfigurationProperty>
- Enclosing interface:
CfnPaymentConnector.CredentialsProviderConfigurationProperty
@Stability(Stable)
public static final class CfnPaymentConnector.CredentialsProviderConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentConnector.CredentialsProviderConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.coinbaseCdp(IResolvable coinbaseCdp) stripePrivy(IResolvable stripePrivy)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
coinbaseCdp
@Stability(Stable) public CfnPaymentConnector.CredentialsProviderConfigurationProperty.Builder coinbaseCdp(IResolvable coinbaseCdp) - Parameters:
coinbaseCdp- the value to be set.- Returns:
this
-
coinbaseCdp
@Stability(Stable) public CfnPaymentConnector.CredentialsProviderConfigurationProperty.Builder coinbaseCdp(CfnPaymentConnector.PaymentCredentialProviderConfigurationProperty coinbaseCdp) - Parameters:
coinbaseCdp- the value to be set.- Returns:
this
-
stripePrivy
@Stability(Stable) public CfnPaymentConnector.CredentialsProviderConfigurationProperty.Builder stripePrivy(IResolvable stripePrivy) - Parameters:
stripePrivy- the value to be set.- Returns:
this
-
stripePrivy
@Stability(Stable) public CfnPaymentConnector.CredentialsProviderConfigurationProperty.Builder stripePrivy(CfnPaymentConnector.PaymentCredentialProviderConfigurationProperty stripePrivy) - Parameters:
stripePrivy- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentConnector.CredentialsProviderConfigurationProperty>- Returns:
- a new instance of
CfnPaymentConnector.CredentialsProviderConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-