Interface CoinbaseCdpConfigurationInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CoinbaseCdpConfigurationInput.Builder,,CoinbaseCdpConfigurationInput> SdkBuilder<CoinbaseCdpConfigurationInput.Builder,,CoinbaseCdpConfigurationInput> SdkPojo
- Enclosing class:
CoinbaseCdpConfigurationInput
@Mutable
@NotThreadSafe
public static interface CoinbaseCdpConfigurationInput.Builder
extends SdkPojo, CopyableBuilder<CoinbaseCdpConfigurationInput.Builder,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.walletSecret(String walletSecret) The wallet secret provided by 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.
-
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.
-