public static interface ListGroupsRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListGroupsRequest.Builder |
filters(Consumer<ListGroupsFilters.Builder> filters)
Limit the search results based on the filter criteria.
|
ListGroupsRequest.Builder |
filters(ListGroupsFilters filters)
Limit the search results based on the filter criteria.
|
ListGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListGroupsRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListGroupsRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the groups exist.
|
ListGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the groups exist.
organizationId - The identifier for the organization under which the groups exist.ListGroupsRequest.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.ListGroupsRequest.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.ListGroupsRequest.Builder filters(ListGroupsFilters filters)
Limit the search results based on the filter criteria. Only one filter per request is supported.
filters - Limit the search results based on the filter criteria. Only one filter per request is supported.default ListGroupsRequest.Builder filters(Consumer<ListGroupsFilters.Builder> filters)
Limit the search results based on the filter criteria. Only one filter per request is supported.
This is a convenience method that creates an instance of theListGroupsFilters.Builder avoiding the
need to create one manually via ListGroupsFilters.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filters(ListGroupsFilters).
filters - a consumer that will call methods on ListGroupsFilters.Builderfilters(ListGroupsFilters)ListGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.