Interface ListGameServerGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListGameServerGroupsRequest.Builder,ListGameServerGroupsRequest>,GameLiftRequest.Builder,SdkBuilder<ListGameServerGroupsRequest.Builder,ListGameServerGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListGameServerGroupsRequest
public static interface ListGameServerGroupsRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<ListGameServerGroupsRequest.Builder,ListGameServerGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListGameServerGroupsRequest.Builderlimit(Integer limit)The game server groups' limit.ListGameServerGroupsRequest.BuildernextToken(String nextToken)Specify the pagination token from a previous request to retrieve the next page of results.ListGameServerGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListGameServerGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
limit
ListGameServerGroupsRequest.Builder limit(Integer limit)
The game server groups' limit.
- Parameters:
limit- The game server groups' limit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListGameServerGroupsRequest.Builder nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
- Parameters:
nextToken- Specify the pagination token from a previous request to retrieve the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListGameServerGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListGameServerGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-