Interface AWSSessionCredentials.Builder

  • Method Details

    • accessKeyId

      AWSSessionCredentials.Builder accessKeyId(String accessKeyId)

      The access key for the session.

      Parameters:
      accessKeyId - The access key for the session.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretAccessKey

      AWSSessionCredentials.Builder secretAccessKey(String secretAccessKey)

      The secret access key for the session.

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

      AWSSessionCredentials.Builder sessionToken(String sessionToken)

      The token for the session.

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