public static interface ListGatewayGroupsRequest.Builder extends AlexaForBusinessRequest.Builder, SdkPojo, CopyableBuilder<ListGatewayGroupsRequest.Builder,ListGatewayGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGatewayGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of gateway group summaries to return.
|
ListGatewayGroupsRequest.Builder |
nextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
|
ListGatewayGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGatewayGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGatewayGroupsRequest.Builder nextToken(String nextToken)
The token used to paginate though multiple pages of gateway group summaries.
nextToken - The token used to paginate though multiple pages of gateway group summaries.ListGatewayGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of gateway group summaries to return. The default is 50.
maxResults - The maximum number of gateway group summaries to return. The default is 50.ListGatewayGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGatewayGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.