public static interface ListGroupsRequest.Builder extends SyntheticsRequest.Builder, SdkPojo, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest.Builder |
maxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the
ListGroups
operation. |
ListGroupsRequest.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
ListGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsRequest.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent
operation to retrieve the next set of results.ListGroupsRequest.Builder maxResults(Integer maxResults)
Specify this parameter to limit how many groups are returned each time you use the ListGroups
operation. If you omit this parameter, the default of 20 is used.
maxResults - Specify this parameter to limit how many groups are returned each time you use the
ListGroups operation. If you omit this parameter, the default of 20 is used.ListGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.