Interface CoinbaseCdpConfigurationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CoinbaseCdpConfigurationInput.Builder,,CoinbaseCdpConfigurationInput> SdkBuilder<CoinbaseCdpConfigurationInput.Builder,,CoinbaseCdpConfigurationInput> SdkPojo
- Enclosing class:
CoinbaseCdpConfigurationInput
-
Method Summary
Modifier and TypeMethodDescriptionThe API key identifier provided by Coinbase Developer Platform.apiKeySecret(String apiKeySecret) The API key secret provided by Coinbase Developer Platform.apiKeySecretConfig(Consumer<SecretReference.Builder> apiKeySecretConfig) A reference to the Amazon Web Services Secrets Manager secret that stores the API key secret.apiKeySecretConfig(SecretReference apiKeySecretConfig) A reference to the Amazon Web Services Secrets Manager secret that stores the API key secret.apiKeySecretSource(String apiKeySecretSource) The source type of the API key secret for the Coinbase Developer Platform.apiKeySecretSource(SecretSourceType apiKeySecretSource) The source type of the API key secret for the Coinbase Developer Platform.walletSecret(String walletSecret) The wallet secret provided by Coinbase Developer Platform.walletSecretConfig(Consumer<SecretReference.Builder> walletSecretConfig) A reference to the Amazon Web Services Secrets Manager secret that stores the wallet secret.walletSecretConfig(SecretReference walletSecretConfig) A reference to the Amazon Web Services Secrets Manager secret that stores the wallet secret.walletSecretSource(String walletSecretSource) The source type of the wallet secret for the Coinbase Developer Platform.walletSecretSource(SecretSourceType walletSecretSource) The source type of the wallet secret for the Coinbase Developer Platform.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.
-
apiKeySecret
The API key secret provided by Coinbase Developer Platform.
- Parameters:
apiKeySecret- The API key secret provided by Coinbase Developer Platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiKeySecretSource
The source type of the API key secret for the Coinbase Developer Platform. Use
MANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in Amazon Web Services Secrets Manager.- Parameters:
apiKeySecretSource- The source type of the API key secret for the Coinbase Developer Platform. UseMANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself 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 for the Coinbase Developer Platform. Use
MANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in Amazon Web Services Secrets Manager.- Parameters:
apiKeySecretSource- The source type of the API key secret for the Coinbase Developer Platform. UseMANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in Amazon Web Services Secrets Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
apiKeySecretConfig
A reference to the Amazon Web Services Secrets Manager secret that stores the API key secret. This includes the secret ID and the JSON key used to extract the API key secret value from the secret. Required when
apiKeySecretSourceis set toEXTERNAL.- Parameters:
apiKeySecretConfig- A reference to the Amazon Web Services Secrets Manager secret that stores the API key secret. This includes the secret ID and the JSON key used to extract the API key secret value from the secret. Required whenapiKeySecretSourceis set toEXTERNAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiKeySecretConfig
default CoinbaseCdpConfigurationInput.Builder apiKeySecretConfig(Consumer<SecretReference.Builder> apiKeySecretConfig) A reference to the Amazon Web Services Secrets Manager secret that stores the API key secret. This includes the secret ID and the JSON key used to extract the API key secret value from the secret. Required when
This is a convenience method that creates an instance of theapiKeySecretSourceis set toEXTERNAL.SecretReference.Builderavoiding the need to create one manually viaSecretReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapiKeySecretConfig(SecretReference).- Parameters:
apiKeySecretConfig- a consumer that will call methods onSecretReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
walletSecret
The wallet secret provided by Coinbase Developer Platform.
- Parameters:
walletSecret- The wallet secret provided by Coinbase Developer Platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
walletSecretSource
The source type of the wallet secret for the Coinbase Developer Platform. Use
MANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in Amazon Web Services Secrets Manager.- Parameters:
walletSecretSource- The source type of the wallet secret for the Coinbase Developer Platform. UseMANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself 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 for the Coinbase Developer Platform. Use
MANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in Amazon Web Services Secrets Manager.- Parameters:
walletSecretSource- The source type of the wallet secret for the Coinbase Developer Platform. UseMANAGEDif the secret is managed by the service, orEXTERNALif you manage the secret yourself in Amazon Web Services Secrets Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
walletSecretConfig
A reference to the Amazon Web Services Secrets Manager secret that stores the wallet secret. This includes the secret ID and the JSON key used to extract the wallet secret value from the secret. Required when
walletSecretSourceis set toEXTERNAL.- Parameters:
walletSecretConfig- A reference to the Amazon Web Services Secrets Manager secret that stores the wallet secret. This includes the secret ID and the JSON key used to extract the wallet secret value from the secret. Required whenwalletSecretSourceis set toEXTERNAL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
walletSecretConfig
default CoinbaseCdpConfigurationInput.Builder walletSecretConfig(Consumer<SecretReference.Builder> walletSecretConfig) A reference to the Amazon Web Services Secrets Manager secret that stores the wallet secret. This includes the secret ID and the JSON key used to extract the wallet secret value from the secret. Required when
This is a convenience method that creates an instance of thewalletSecretSourceis set toEXTERNAL.SecretReference.Builderavoiding the need to create one manually viaSecretReference.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towalletSecretConfig(SecretReference).- Parameters:
walletSecretConfig- a consumer that will call methods onSecretReference.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-