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