Class CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty.Builder
java.lang.Object
software.amazon.awscdk.services.bedrockagentcore.CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty>
- Enclosing interface:
CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty
@Stability(Stable)
public static final class CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPaymentCredentialProvider.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 CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty.Builder apiKeyId(String apiKeyId) - Parameters:
apiKeyId- The Coinbase CDP API key ID. This parameter is required.- Returns:
this
-
apiKeySecret
@Stability(Stable) public CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty.Builder apiKeySecret(String apiKeySecret) Sets the value ofCfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty.getApiKeySecret()- Parameters:
apiKeySecret- The Coinbase CDP API key secret. This parameter is required.- Returns:
this
-
walletSecret
@Stability(Stable) public CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty.Builder walletSecret(String walletSecret) Sets the value ofCfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty.getWalletSecret()- Parameters:
walletSecret- The Coinbase CDP wallet secret.- Returns:
this
-
build
@Stability(Stable) public CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty>- Returns:
- a new instance of
CfnPaymentCredentialProvider.CoinbaseCdpConfigurationInputProperty - Throws:
NullPointerException- if any required attribute was not provided
-