Interface UserIdentifier.Builder

  • Method Details

    • userName

      UserIdentifier.Builder userName(String userName)

      The name of the user that you want to get identity context for.

      Parameters:
      userName - The name of the user that you want to get identity context for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • email

      The email address of the user that you want to get identity context for.

      Parameters:
      email - The email address of the user that you want to get identity context for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userArn

      UserIdentifier.Builder userArn(String userArn)

      The Amazon Resource Name (ARN) of the user that you want to get identity context for.

      Parameters:
      userArn - The Amazon Resource Name (ARN) of the user that you want to get identity context for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.