public static interface ListResourcesRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<ListResourcesRequest.Builder,ListResourcesRequest>
Modifier and Type | Method and Description |
---|---|
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)
Add an optional request override configuration.
|
ListResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListResourcesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.