Interface ListUsersRequest.Builder

    • Method Detail

      • directoryId

        ListUsersRequest.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.
      • maxResults

        ListUsersRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to be returned per request.

        Parameters:
        maxResults - The maximum number of results to be returned per request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListUsersRequest.Builder nextToken​(String nextToken)

        An encoded paging token for paginated calls that can be passed back to retrieve the next page.

        Parameters:
        nextToken - An encoded paging token for paginated calls that can be passed back to retrieve the next page.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • realm

        ListUsersRequest.Builder realm​(String realm)

        The domain name that's associated with the user.

        This parameter is optional, so you can return users outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD users are returned.

        This value is case insensitive.

        Parameters:
        realm - The domain name that's associated with the user.

        This parameter is optional, so you can return users outside of your Managed Microsoft AD domain. When no value is defined, only your Managed Microsoft AD users are returned.

        This value is case insensitive.

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