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