public static interface ListGroupsRequest.Builder extends ResourceGroupsRequest.Builder, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
Modifier and Type | Method and Description |
---|---|
ListGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of resource group results that are returned by ListGroups in paginated output.
|
ListGroupsRequest.Builder |
nextToken(String nextToken)
The NextToken value that is returned in a paginated
ListGroups request. |
ListGroupsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListGroupsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
ListGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of resource group results that are returned by ListGroups in paginated output. By default, this number is 50.
maxResults
- The maximum number of resource group results that are returned by ListGroups in paginated output. By
default, this number is 50.ListGroupsRequest.Builder nextToken(String nextToken)
The NextToken value that is returned in a paginated ListGroups
request. To get the next page of
results, run the call again, add the NextToken parameter, and specify the NextToken value.
nextToken
- The NextToken value that is returned in a paginated ListGroups
request. To get the next
page of results, run the call again, add the NextToken parameter, and specify the NextToken value.ListGroupsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListGroupsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.