public static interface ListRootsRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<ListRootsRequest.Builder,ListRootsRequest>
Modifier and Type | Method and Description |
---|---|
ListRootsRequest.Builder |
maxResults(Integer maxResults)
(Optional) Use this to limit the number of results you want included per page in the response.
|
ListRootsRequest.Builder |
nextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
ListRootsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListRootsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListRootsRequest.Builder nextToken(String nextToken)
Use this parameter if you receive a NextToken
response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken
response to
indicate where the output should continue from.
nextToken
- Use this parameter if you receive a NextToken
response in a previous request that
indicates that there is more output available. Set it to the value of the previous call's
NextToken
response to indicate where the output should continue from.ListRootsRequest.Builder maxResults(Integer maxResults)
(Optional) Use this to limit the number of results you want included per page in the response. If you do not
include this parameter, it defaults to a value that is specific to the operation. If additional items exist
beyond the maximum you specify, the NextToken
response element is present and has a value (is
not null). Include that value as the NextToken
request parameter in the next call to the
operation to get the next part of the results. Note that Organizations might return fewer results than the
maximum even when there are more results available. You should check NextToken
after every
operation to ensure that you receive all of the results.
maxResults
- (Optional) Use this to limit the number of results you want included per page in the response. If you
do not include this parameter, it defaults to a value that is specific to the operation. If additional
items exist beyond the maximum you specify, the NextToken
response element is present and
has a value (is not null). Include that value as the NextToken
request parameter in the
next call to the operation to get the next part of the results. Note that Organizations might return
fewer results than the maximum even when there are more results available. You should check
NextToken
after every operation to ensure that you receive all of the results.ListRootsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListRootsRequest.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.