public static interface ListGameServerGroupsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<ListGameServerGroupsRequest.Builder,ListGameServerGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGameServerGroupsRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
ListGameServerGroupsRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential segment of results.
|
ListGameServerGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGameServerGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGameServerGroupsRequest.Builder limit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a
set of sequential segments.
limit - The maximum number of results to return. Use this parameter with NextToken to get results
as a set of sequential segments.ListGameServerGroupsRequest.Builder nextToken(String nextToken)
A token that indicates the start of the next sequential segment of results. Use the token returned with the previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - A token that indicates the start of the next sequential segment of results. Use the token returned
with the previous call to this operation. To start at the beginning of the result set, do not specify
a value.ListGameServerGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGameServerGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.