Class CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty>
- Enclosing interface:
CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty
@Stability(Stable)
public static final class CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiKeySecret(String apiKeySecret) build()Builds the configured instance.walletSecret(String walletSecret)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiKeyId
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.Builder apiKeyId(String apiKeyId) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.getApiKeyId()- Parameters:
apiKeyId- The Coinbase CDP API key ID.- Returns:
this
-
apiKeySecret
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.Builder apiKeySecret(String apiKeySecret) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.getApiKeySecret()- Parameters:
apiKeySecret- The Coinbase CDP API key secret.- Returns:
this
-
walletSecret
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.Builder walletSecret(String walletSecret) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty.getWalletSecret()- Parameters:
walletSecret- The Coinbase CDP wallet secret.- Returns:
this
-
build
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty>- Returns:
- a new instance of
CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-