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