Interface AccountInfo.Builder

    • Method Detail

      • accountId

        AccountInfo.Builder accountId​(String accountId)

        The identifier of the AWS account that is assigned to the user.

        Parameters:
        accountId - The identifier of the AWS account that is assigned to the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountName

        AccountInfo.Builder accountName​(String accountName)

        The display name of the AWS account that is assigned to the user.

        Parameters:
        accountName - The display name of the AWS account that is assigned to the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailAddress

        AccountInfo.Builder emailAddress​(String emailAddress)

        The email address of the AWS account that is assigned to the user.

        Parameters:
        emailAddress - The email address of the AWS account that is assigned to the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.