Interface AmplitudeConnectorProfileCredentials.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>, SdkBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>, SdkPojo
Enclosing class:
AmplitudeConnectorProfileCredentials

public static interface AmplitudeConnectorProfileCredentials.Builder extends SdkPojo, CopyableBuilder<AmplitudeConnectorProfileCredentials.Builder,AmplitudeConnectorProfileCredentials>
  • Method Details

    • apiKey

      A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.

      Parameters:
      apiKey - A unique alphanumeric identifier used to authenticate a user, developer, or calling program to your API.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretKey

      The Secret Access Key portion of the credentials.

      Parameters:
      secretKey - The Secret Access Key portion of the credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.