public static interface ListUsersRequest.Builder extends IdentitystoreRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest.Builder |
filters(Collection<Filter> filters)
A list of
Filter objects, which is used in the ListUsers and
ListGroups request. |
ListUsersRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
A list of
Filter objects, which is used in the ListUsers and
ListGroups request. |
ListUsersRequest.Builder |
filters(Filter... filters)
A list of
Filter objects, which is used in the ListUsers and
ListGroups request. |
ListUsersRequest.Builder |
identityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890.
|
ListUsersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request, which is used in the
ListUsers and
ListGroups request to specify how many results to return in one page. |
ListUsersRequest.Builder |
nextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups APIs. |
ListUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersRequest.Builder identityStoreId(String identityStoreId)
The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case letters. This value is generated at the time that a new identity store is created.
identityStoreId - The globally unique identifier for the identity store, such as d-1234567890. In this example, d- is a
fixed prefix, and 1234567890 is a randomly generated string which contains number and lower case
letters. This value is generated at the time that a new identity store is created.ListUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request, which is used in the ListUsers and
ListGroups request to specify how many results to return in one page. The length limit is 50
characters.
maxResults - The maximum number of results to be returned per request, which is used in the ListUsers
and ListGroups request to specify how many results to return in one page. The length
limit is 50 characters.ListUsersRequest.Builder nextToken(String nextToken)
The pagination token used for the ListUsers and ListGroups APIs. This value is
generated by the identity store service and is returned in the API response if the total results are more
than the size of one page, and when this token is used in the API request to search for the next page.
nextToken - The pagination token used for the ListUsers and ListGroups APIs. This value
is generated by the identity store service and is returned in the API response if the total results
are more than the size of one page, and when this token is used in the API request to search for the
next page.ListUsersRequest.Builder filters(Collection<Filter> filters)
A list of Filter objects, which is used in the ListUsers and
ListGroups request.
filters - A list of Filter objects, which is used in the ListUsers and
ListGroups request.ListUsersRequest.Builder filters(Filter... filters)
A list of Filter objects, which is used in the ListUsers and
ListGroups request.
filters - A list of Filter objects, which is used in the ListUsers and
ListGroups request.ListUsersRequest.Builder filters(Consumer<Filter.Builder>... filters)
A list of Filter objects, which is used in the ListUsers and
ListGroups request.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.