Interface ListUserProfilesRequest.Builder

    • Method Detail

      • nextToken

        ListUserProfilesRequest.Builder nextToken​(String nextToken)

        If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

        Parameters:
        nextToken - If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListUserProfilesRequest.Builder maxResults​(Integer maxResults)

        The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

        Parameters:
        maxResults - The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sortOrder

        ListUserProfilesRequest.Builder sortOrder​(String sortOrder)

        The sort order for the results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for the results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortOrder

        ListUserProfilesRequest.Builder sortOrder​(SortOrder sortOrder)

        The sort order for the results. The default is Ascending.

        Parameters:
        sortOrder - The sort order for the results. The default is Ascending.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SortOrder, SortOrder
      • sortBy

        ListUserProfilesRequest.Builder sortBy​(String sortBy)

        The parameter by which to sort the results. The default is CreationTime.

        Parameters:
        sortBy - The parameter by which to sort the results. The default is CreationTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        UserProfileSortKey, UserProfileSortKey
      • domainIdEquals

        ListUserProfilesRequest.Builder domainIdEquals​(String domainIdEquals)

        A parameter by which to filter the results.

        Parameters:
        domainIdEquals - A parameter by which to filter the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • userProfileNameContains

        ListUserProfilesRequest.Builder userProfileNameContains​(String userProfileNameContains)

        A parameter by which to filter the results.

        Parameters:
        userProfileNameContains - A parameter by which to filter the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.