Interface CoinbaseCdpConfigurationOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CoinbaseCdpConfigurationOutput.Builder,,CoinbaseCdpConfigurationOutput> SdkBuilder<CoinbaseCdpConfigurationOutput.Builder,,CoinbaseCdpConfigurationOutput> SdkPojo
- Enclosing class:
CoinbaseCdpConfigurationOutput
@Mutable
@NotThreadSafe
public static interface CoinbaseCdpConfigurationOutput.Builder
extends SdkPojo, CopyableBuilder<CoinbaseCdpConfigurationOutput.Builder,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.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.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:
-
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:
-