Class CfnPaymentCredentialProviderMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentCredentialProviderMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentCredentialProviderMixinProps>
- Enclosing interface:
CfnPaymentCredentialProviderMixinProps
@Stability(Stable)
public static final class CfnPaymentCredentialProviderMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentCredentialProviderMixinProps>
A builder for
CfnPaymentCredentialProviderMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.credentialProviderVendor(String credentialProviderVendor) Sets the value ofCfnPaymentCredentialProviderMixinProps.getCredentialProviderVendor()Sets the value ofCfnPaymentCredentialProviderMixinProps.getName()providerConfigurationInput(CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationInputProperty providerConfigurationInput) Sets the value ofCfnPaymentCredentialProviderMixinProps.getProviderConfigurationInput()providerConfigurationInput(IResolvable providerConfigurationInput) Sets the value ofCfnPaymentCredentialProviderMixinProps.getProviderConfigurationInput()Sets the value ofCfnPaymentCredentialProviderMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
credentialProviderVendor
@Stability(Stable) public CfnPaymentCredentialProviderMixinProps.Builder credentialProviderVendor(String credentialProviderVendor) Sets the value ofCfnPaymentCredentialProviderMixinProps.getCredentialProviderVendor()- Parameters:
credentialProviderVendor- Supported vendor types for payment providers.- Returns:
this
-
name
Sets the value ofCfnPaymentCredentialProviderMixinProps.getName()- Parameters:
name- Unique name for the payment credential provider.- Returns:
this
-
providerConfigurationInput
@Stability(Stable) public CfnPaymentCredentialProviderMixinProps.Builder providerConfigurationInput(IResolvable providerConfigurationInput) Sets the value ofCfnPaymentCredentialProviderMixinProps.getProviderConfigurationInput()- Parameters:
providerConfigurationInput- Provider configuration input containing secrets for creation/update.- Returns:
this
-
providerConfigurationInput
@Stability(Stable) public CfnPaymentCredentialProviderMixinProps.Builder providerConfigurationInput(CfnPaymentCredentialProviderPropsMixin.PaymentProviderConfigurationInputProperty providerConfigurationInput) Sets the value ofCfnPaymentCredentialProviderMixinProps.getProviderConfigurationInput()- Parameters:
providerConfigurationInput- Provider configuration input containing secrets for creation/update.- Returns:
this
-
tags
@Stability(Stable) public CfnPaymentCredentialProviderMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnPaymentCredentialProviderMixinProps.getTags()- Parameters:
tags- Tags for the payment credential provider.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentCredentialProviderMixinProps>- Returns:
- a new instance of
CfnPaymentCredentialProviderMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-