public static interface ListGroupsRequest.Builder extends GreengrassRequest.Builder, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
Modifier and Type | Method and Description |
---|---|
ListGroupsRequest.Builder |
maxResults(String maxResults)
Specifies the maximum number of list results to be returned in this page
|
ListGroupsRequest.Builder |
nextToken(String nextToken)
Specifies the pagination token used when iterating through a paginated request
|
ListGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListGroupsRequest.Builder maxResults(String maxResults)
maxResults
- Specifies the maximum number of list results to be returned in this pageListGroupsRequest.Builder nextToken(String nextToken)
nextToken
- Specifies the pagination token used when iterating through a paginated requestListGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListGroupsRequest.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.