Interface CoinbaseCdpConfigurationOutput.Builder

  • 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

      CoinbaseCdpConfigurationOutput.Builder apiKeySecretArn(Secret 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 the Secret.Builder avoiding the need to create one manually via Secret.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to apiKeySecretArn(Secret).

      Parameters:
      apiKeySecretArn - a consumer that will call methods on Secret.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • apiKeySecretJsonKey

      CoinbaseCdpConfigurationOutput.Builder apiKeySecretJsonKey(String 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

      CoinbaseCdpConfigurationOutput.Builder apiKeySecretSource(String apiKeySecretSource)

      The source type of the API key secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if managed by the user in Amazon Web Services Secrets Manager.

      Parameters:
      apiKeySecretSource - The source type of the API key secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if 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

      CoinbaseCdpConfigurationOutput.Builder apiKeySecretSource(SecretSourceType apiKeySecretSource)

      The source type of the API key secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if managed by the user in Amazon Web Services Secrets Manager.

      Parameters:
      apiKeySecretSource - The source type of the API key secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if 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

      CoinbaseCdpConfigurationOutput.Builder walletSecretArn(Secret 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 the Secret.Builder avoiding the need to create one manually via Secret.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to walletSecretArn(Secret).

      Parameters:
      walletSecretArn - a consumer that will call methods on Secret.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • walletSecretJsonKey

      CoinbaseCdpConfigurationOutput.Builder walletSecretJsonKey(String 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

      CoinbaseCdpConfigurationOutput.Builder walletSecretSource(String walletSecretSource)

      The source type of the wallet secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if managed by the user in Amazon Web Services Secrets Manager.

      Parameters:
      walletSecretSource - The source type of the wallet secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if 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

      CoinbaseCdpConfigurationOutput.Builder walletSecretSource(SecretSourceType walletSecretSource)

      The source type of the wallet secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if managed by the user in Amazon Web Services Secrets Manager.

      Parameters:
      walletSecretSource - The source type of the wallet secret. Either MANAGED if the secret is managed by the service, or EXTERNAL if 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: