Interface CoinbaseCdpConfigurationInput.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.
    • apiKeySecret

      CoinbaseCdpConfigurationInput.Builder apiKeySecret(String 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

      CoinbaseCdpConfigurationInput.Builder walletSecret(String 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.