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  ListGroupsrequest. | 
| ListGroupsRequest.Builder | requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)Add an optional request override configuration. | 
| ListGroupsRequest.Builder | requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)Add an optional request override configuration. | 
buildrequestOverrideConfigcopyapply, buildListGroupsRequest.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.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListGroupsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.