Class CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty>
- Enclosing interface:
CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty
@Stability(Stable)
public static final class CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapiKeySecretArn(CfnPaymentCredentialProviderPropsMixin.SecretInfoProperty apiKeySecretArn) apiKeySecretArn(IResolvable apiKeySecretArn) build()Builds the configured instance.walletSecretArn(CfnPaymentCredentialProviderPropsMixin.SecretInfoProperty walletSecretArn) walletSecretArn(IResolvable walletSecretArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
apiKeyId
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder apiKeyId(String apiKeyId) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getApiKeyId()- Parameters:
apiKeyId- The Coinbase CDP API key ID.- Returns:
this
-
apiKeySecretArn
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder apiKeySecretArn(IResolvable apiKeySecretArn) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getApiKeySecretArn()- Parameters:
apiKeySecretArn- Contains information about a secret in AWS Secrets Manager.- Returns:
this
-
apiKeySecretArn
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder apiKeySecretArn(CfnPaymentCredentialProviderPropsMixin.SecretInfoProperty apiKeySecretArn) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getApiKeySecretArn()- Parameters:
apiKeySecretArn- Contains information about a secret in AWS Secrets Manager.- Returns:
this
-
walletSecretArn
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder walletSecretArn(IResolvable walletSecretArn) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getWalletSecretArn()- Parameters:
walletSecretArn- Contains information about a secret in AWS Secrets Manager.- Returns:
this
-
walletSecretArn
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder walletSecretArn(CfnPaymentCredentialProviderPropsMixin.SecretInfoProperty walletSecretArn) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getWalletSecretArn()- Parameters:
walletSecretArn- Contains information about a secret in AWS Secrets Manager.- Returns:
this
-
build
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty>- Returns:
- a new instance of
CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty - Throws:
NullPointerException- if any required attribute was not provided
-