Interface ConnectionCredentials.Builder

  • Method Details

    • accessKeyId

      ConnectionCredentials.Builder accessKeyId(String accessKeyId)

      The access key ID of a connection.

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

      ConnectionCredentials.Builder expiration(Instant expiration)

      The expiration of the connection credentials.

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

      ConnectionCredentials.Builder secretAccessKey(String secretAccessKey)

      The secret access key of a connection.

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

      ConnectionCredentials.Builder sessionToken(String sessionToken)

      The session token of a connection credentials.

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