Interface AssumeImpersonationRoleResponse.Builder

    • Method Detail

      • token

        AssumeImpersonationRoleResponse.Builder token​(String token)

        The authentication token for the impersonation role.

        Parameters:
        token - The authentication token for the impersonation role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • expiresIn

        AssumeImpersonationRoleResponse.Builder expiresIn​(Long expiresIn)

        The authentication token's validity, in seconds.

        Parameters:
        expiresIn - The authentication token's validity, in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.