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) apiKeySecretJsonKey(String apiKeySecretJsonKey) apiKeySecretSource(String apiKeySecretSource) build()Builds the configured instance.walletSecretArn(CfnPaymentCredentialProviderPropsMixin.SecretInfoProperty walletSecretArn) walletSecretArn(IResolvable walletSecretArn) walletSecretJsonKey(String walletSecretJsonKey) walletSecretSource(String walletSecretSource)
-
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
-
apiKeySecretJsonKey
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder apiKeySecretJsonKey(String apiKeySecretJsonKey) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getApiKeySecretJsonKey()- Parameters:
apiKeySecretJsonKey- The JSON key within the secret that contains the API key secret value.- Returns:
this
-
apiKeySecretSource
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder apiKeySecretSource(String apiKeySecretSource) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getApiKeySecretSource()- Parameters:
apiKeySecretSource- The source of the secret. Use MANAGED for service-managed secrets or EXTERNAL for customer-provided secrets.- 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
-
walletSecretJsonKey
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder walletSecretJsonKey(String walletSecretJsonKey) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getWalletSecretJsonKey()- Parameters:
walletSecretJsonKey- The JSON key within the secret that contains the wallet secret value.- Returns:
this
-
walletSecretSource
@Stability(Stable) public CfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.Builder walletSecretSource(String walletSecretSource) Sets the value ofCfnPaymentCredentialProviderPropsMixin.CoinbaseCdpConfigurationOutputProperty.getWalletSecretSource()- Parameters:
walletSecretSource- The source of the secret. Use MANAGED for service-managed secrets or EXTERNAL for customer-provided secrets.- 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
-