Interface DescribeUserResponse.Builder

    • Method Detail

      • directoryId

        DescribeUserResponse.Builder directoryId​(String directoryId)

        The identifier (ID) of the directory that's associated with the user.

        Parameters:
        directoryId - The identifier (ID) of the directory that's associated with the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailAddress

        DescribeUserResponse.Builder emailAddress​(String emailAddress)

        The email address of the user.

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

        DescribeUserResponse.Builder enabled​(Boolean enabled)

        Indicates whether the user account is active.

        Parameters:
        enabled - Indicates whether the user account is active.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • givenName

        DescribeUserResponse.Builder givenName​(String givenName)

        The first name of the user.

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

        DescribeUserResponse.Builder otherAttributes​(Map<String,​AttributeValue> otherAttributes)

        The attribute values that are returned for the attribute names that are included in the request.

        Attribute names are case insensitive.

        Parameters:
        otherAttributes - The attribute values that are returned for the attribute names that are included in the request.

        Attribute names are case insensitive.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • realm

        DescribeUserResponse.Builder realm​(String realm)

        The domain name that's associated with the user.

        Parameters:
        realm - The domain name that's associated with the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • samAccountName

        DescribeUserResponse.Builder samAccountName​(String samAccountName)

        The name of the user.

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

        DescribeUserResponse.Builder sid​(String sid)

        The unique security identifier (SID) of the user.

        Parameters:
        sid - The unique security identifier (SID) of the user.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • surname

        DescribeUserResponse.Builder surname​(String surname)

        The last name of the user.

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

        DescribeUserResponse.Builder userPrincipalName​(String userPrincipalName)

        The UPN that is an Internet-style login name for a user and is based on the Internet standard RFC 822. The UPN is shorter than the distinguished name and easier to remember.

        Parameters:
        userPrincipalName - The UPN that is an Internet-style login name for a user and is based on the Internet standard RFC 822. The UPN is shorter than the distinguished name and easier to remember.
        Returns:
        Returns a reference to this object so that method calls can be chained together.