public static interface ListGameServersRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<ListGameServersRequest.Builder,ListGameServersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGameServersRequest.Builder |
gameServerGroupName(String gameServerGroupName)
An identifier for the game server group to retrieve a list of game servers from.
|
ListGameServersRequest.Builder |
limit(Integer limit)
The maximum number of results to return.
|
ListGameServersRequest.Builder |
nextToken(String nextToken)
A token that indicates the start of the next sequential page of results.
|
ListGameServersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGameServersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListGameServersRequest.Builder |
sortOrder(SortOrder sortOrder)
Indicates how to sort the returned data based on game server registration timestamp.
|
ListGameServersRequest.Builder |
sortOrder(String sortOrder)
Indicates how to sort the returned data based on game server registration timestamp.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGameServersRequest.Builder gameServerGroupName(String gameServerGroupName)
An identifier for the game server group to retrieve a list of game servers from. Use either the GameServerGroup name or ARN value.
gameServerGroupName - An identifier for the game server group to retrieve a list of game servers from. Use either the
GameServerGroup name or ARN value.ListGameServersRequest.Builder sortOrder(String sortOrder)
Indicates how to sort the returned data based on game server registration timestamp. Use
ASCENDING to retrieve oldest game servers first, or use DESCENDING to retrieve
newest game servers first. If this parameter is left empty, game servers are returned in no particular order.
sortOrder - Indicates how to sort the returned data based on game server registration timestamp. Use
ASCENDING to retrieve oldest game servers first, or use DESCENDING to
retrieve newest game servers first. If this parameter is left empty, game servers are returned in no
particular order.SortOrder,
SortOrderListGameServersRequest.Builder sortOrder(SortOrder sortOrder)
Indicates how to sort the returned data based on game server registration timestamp. Use
ASCENDING to retrieve oldest game servers first, or use DESCENDING to retrieve
newest game servers first. If this parameter is left empty, game servers are returned in no particular order.
sortOrder - Indicates how to sort the returned data based on game server registration timestamp. Use
ASCENDING to retrieve oldest game servers first, or use DESCENDING to
retrieve newest game servers first. If this parameter is left empty, game servers are returned in no
particular order.SortOrder,
SortOrderListGameServersRequest.Builder limit(Integer limit)
The maximum number of results to return. Use this parameter with NextToken to get results as a
set of sequential pages.
limit - The maximum number of results to return. Use this parameter with NextToken to get results
as a set of sequential pages.ListGameServersRequest.Builder nextToken(String nextToken)
A token that indicates the start of the next sequential page of results. Use the token that is returned with a 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 page of results. Use the token that is
returned with a previous call to this operation. To start at the beginning of the result set, do not
specify a value.ListGameServersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGameServersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.