Class CfnPaymentCredentialProviderPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentCredentialProviderPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin>
- Enclosing class:
CfnPaymentCredentialProviderPropsMixin
@Stability(Stable)
public static final class CfnPaymentCredentialProviderPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin>
A fluent builder for
CfnPaymentCredentialProviderPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) credentialProviderVendor(String credentialProviderVendor) Supported vendor types for payment providers.Unique name for the payment credential provider.providerConfigurationInput(CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationInputProperty providerConfigurationInput) Provider configuration input containing secrets for creation/update.providerConfigurationInput(IResolvable providerConfigurationInput) Provider configuration input containing secrets for creation/update.Tags for the payment credential provider.
-
Method Details
-
create
@Stability(Stable) public static CfnPaymentCredentialProviderPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPaymentCredentialProviderPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPaymentCredentialProviderPropsMixin.Builder.
-
credentialProviderVendor
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.Builder credentialProviderVendor(String credentialProviderVendor) Supported vendor types for payment providers.- Parameters:
credentialProviderVendor- Supported vendor types for payment providers. This parameter is required.- Returns:
this- See Also:
-
name
Unique name for the payment credential provider.- Parameters:
name- Unique name for the payment credential provider. This parameter is required.- Returns:
this- See Also:
-
providerConfigurationInput
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.Builder providerConfigurationInput(IResolvable providerConfigurationInput) Provider configuration input containing secrets for creation/update.- Parameters:
providerConfigurationInput- Provider configuration input containing secrets for creation/update. This parameter is required.- Returns:
this- See Also:
-
providerConfigurationInput
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.Builder providerConfigurationInput(CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationInputProperty providerConfigurationInput) Provider configuration input containing secrets for creation/update.- Parameters:
providerConfigurationInput- Provider configuration input containing secrets for creation/update. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.Builder tags(List<? extends CfnTag> tags) Tags for the payment credential provider.- Parameters:
tags- Tags for the payment credential provider. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin>- Returns:
- a newly built instance of
CfnPaymentCredentialProviderPropsMixin.
-