Interface CreateUserResponse.Builder

    • Method Detail

      • directoryId

        CreateUserResponse.Builder directoryId​(String directoryId)

        The identifier (ID) of the directory where the address block is added.

        Parameters:
        directoryId - The identifier (ID) of the directory where the address block is added.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • samAccountName

        CreateUserResponse.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

        CreateUserResponse.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.