public static interface ListUsersRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListUsersRequest.Builder |
filters(Consumer<ListUsersFilters.Builder> filters)
Limit the user search results based on the filter criteria.
|
ListUsersRequest.Builder |
filters(ListUsersFilters filters)
Limit the user search results based on the filter criteria.
|
ListUsersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListUsersRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListUsersRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the users exist.
|
ListUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the users exist.
organizationId - The identifier for the organization under which the users exist.ListUsersRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken - The token to use to retrieve the next page of results. The first call does not contain any tokens.ListUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.ListUsersRequest.Builder filters(ListUsersFilters filters)
Limit the user search results based on the filter criteria. You can only use one filter per request.
filters - Limit the user search results based on the filter criteria. You can only use one filter per request.default ListUsersRequest.Builder filters(Consumer<ListUsersFilters.Builder> filters)
Limit the user search results based on the filter criteria. You can only use one filter per request.
This is a convenience method that creates an instance of theListUsersFilters.Builder avoiding the
need to create one manually via ListUsersFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filters(ListUsersFilters).
filters - a consumer that will call methods on ListUsersFilters.Builderfilters(ListUsersFilters)ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.