Interface GetIdentityCenterAuthTokenResponse.Builder

  • Method Details

    • token

      The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information. This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters. Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.

      Parameters:
      token - The encrypted authentication token containing the caller's Amazon Web Services IAM Identity Center identity information. This token is encrypted using Key Management Service and can only be decrypted by the specified Amazon Redshift clusters. Use this token with Amazon Redshift drivers to authenticate using your Amazon Web Services IAM Identity Center identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expirationTime

      GetIdentityCenterAuthTokenResponse.Builder expirationTime(Instant expirationTime)

      The time (UTC) when the token expires. After this timestamp, the token will no longer be valid for authentication.

      Parameters:
      expirationTime - The time (UTC) when the token expires. After this timestamp, the token will no longer be valid for authentication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.