public static interface ListGroupsRequest.Builder extends ResourceGroupsRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.