Interface GetEnvironmentCredentialsResponse.Builder

  • Method Details

    • accessKeyId

      The access key ID of the environment.

      Parameters:
      accessKeyId - The access key ID of the environment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiration

      The expiration timestamp of the environment credentials.

      Parameters:
      expiration - The expiration timestamp of the environment credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretAccessKey

      GetEnvironmentCredentialsResponse.Builder secretAccessKey(String secretAccessKey)

      The secret access key of the environment credentials.

      Parameters:
      secretAccessKey - The secret access key of the environment credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionToken

      The session token of the environment credentials.

      Parameters:
      sessionToken - The session token of the environment credentials.
      Returns:
      Returns a reference to this object so that method calls can be chained together.