Interface CoinbaseCdpConfigurationOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CoinbaseCdpConfigurationOutput.Builder,,CoinbaseCdpConfigurationOutput> SdkBuilder<CoinbaseCdpConfigurationOutput.Builder,,CoinbaseCdpConfigurationOutput> SdkPojo
- Enclosing class:
CoinbaseCdpConfigurationOutput
-
Method Summary
Modifier and TypeMethodDescriptionThe API key identifier provided by Coinbase Developer Platform.apiKeySecretArn(Consumer<Secret.Builder> apiKeySecretArn) Sets the value of the ApiKeySecretArn property for this object.apiKeySecretArn(Secret apiKeySecretArn) Sets the value of the ApiKeySecretArn property for this object.apiKeySecretJsonKey(String apiKeySecretJsonKey) The JSON key used to extract the API key secret value from the Amazon Web Services Secrets Manager secret.apiKeySecretSource(String apiKeySecretSource) The source type of the API key secret.apiKeySecretSource(SecretSourceType apiKeySecretSource) The source type of the API key secret.walletSecretArn(Consumer<Secret.Builder> walletSecretArn) Sets the value of the WalletSecretArn property for this object.walletSecretArn(Secret walletSecretArn) Sets the value of the WalletSecretArn property for this object.walletSecretJsonKey(String walletSecretJsonKey) The JSON key used to extract the wallet secret value from the Amazon Web Services Secrets Manager secret.walletSecretSource(String walletSecretSource) The source type of the wallet secret.walletSecretSource(SecretSourceType walletSecretSource) The source type of the wallet secret.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
apiKeyId
The API key identifier provided by Coinbase Developer Platform.
- Parameters:
apiKeyId- The API key identifier provided by Coinbase Developer Platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiKeySecretArn
Sets the value of the ApiKeySecretArn property for this object.- Parameters:
apiKeySecretArn- The new value for the ApiKeySecretArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiKeySecretArn
default CoinbaseCdpConfigurationOutput.Builder apiKeySecretArn(Consumer<Secret.Builder> apiKeySecretArn) Sets the value of the ApiKeySecretArn property for this object. This is a convenience method that creates an instance of theSecret.Builderavoiding the need to create one manually viaSecret.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapiKeySecretArn(Secret).- Parameters:
apiKeySecretArn- a consumer that will call methods onSecret.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
apiKeySecretJsonKey
The JSON key used to extract the API key secret value from the Amazon Web Services Secrets Manager secret.
- Parameters:
apiKeySecretJsonKey- The JSON key used to extract the API key secret value from the Amazon Web Services Secrets Manager secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiKeySecretSource
The source type of the API key secret. Either
MANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in Amazon Web Services Secrets Manager.- Parameters:
apiKeySecretSource- The source type of the API key secret. EitherMANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in Amazon Web Services Secrets Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
apiKeySecretSource
The source type of the API key secret. Either
MANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in Amazon Web Services Secrets Manager.- Parameters:
apiKeySecretSource- The source type of the API key secret. EitherMANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in Amazon Web Services Secrets Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
walletSecretArn
Sets the value of the WalletSecretArn property for this object.- Parameters:
walletSecretArn- The new value for the WalletSecretArn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
walletSecretArn
default CoinbaseCdpConfigurationOutput.Builder walletSecretArn(Consumer<Secret.Builder> walletSecretArn) Sets the value of the WalletSecretArn property for this object. This is a convenience method that creates an instance of theSecret.Builderavoiding the need to create one manually viaSecret.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towalletSecretArn(Secret).- Parameters:
walletSecretArn- a consumer that will call methods onSecret.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
walletSecretJsonKey
The JSON key used to extract the wallet secret value from the Amazon Web Services Secrets Manager secret.
- Parameters:
walletSecretJsonKey- The JSON key used to extract the wallet secret value from the Amazon Web Services Secrets Manager secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
walletSecretSource
The source type of the wallet secret. Either
MANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in Amazon Web Services Secrets Manager.- Parameters:
walletSecretSource- The source type of the wallet secret. EitherMANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in Amazon Web Services Secrets Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
walletSecretSource
The source type of the wallet secret. Either
MANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in Amazon Web Services Secrets Manager.- Parameters:
walletSecretSource- The source type of the wallet secret. EitherMANAGEDif the secret is managed by the service, orEXTERNALif managed by the user in Amazon Web Services Secrets Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-