Interface User.Builder

    • Method Detail

      • name

        User.Builder name​(String name)

        The name of the user.

        Parameters:
        name - The name of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uid

        User.Builder uid​(String uid)

        The unique identifier of the user.

        Parameters:
        uid - The unique identifier of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        User.Builder type​(String type)

        The type of the user.

        Parameters:
        type - The type of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • credentialUid

        User.Builder credentialUid​(String credentialUid)

        The credentials of the user ID.

        Parameters:
        credentialUid - The credentials of the user ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • account

        User.Builder account​(Account account)

        Contains information about the Amazon Web Services account.

        Parameters:
        account - Contains information about the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.