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 for the game server you want to list.
|
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 the game servers' custom key sort value.
|
ListGameServersRequest.Builder |
sortOrder(String sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGameServersRequest.Builder gameServerGroupName(String gameServerGroupName)
An identifier for the game server group for the game server you want to list. Use either the GameServerGroup name or ARN value.
gameServerGroupName - An identifier for the game server group for the game server you want to list. Use either the
GameServerGroup name or ARN value.ListGameServersRequest.Builder sortOrder(String sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value. If this parameter is left empty, the list of game servers is returned in no particular order.
sortOrder - Indicates how to sort the returned data based on the game servers' custom key sort value. If this
parameter is left empty, the list of game servers is returned in no particular order.SortOrder,
SortOrderListGameServersRequest.Builder sortOrder(SortOrder sortOrder)
Indicates how to sort the returned data based on the game servers' custom key sort value. If this parameter is left empty, the list of game servers is returned in no particular order.
sortOrder - Indicates how to sort the returned data based on the game servers' custom key sort value. If this
parameter is left empty, the list of game servers is 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 action. 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 action. 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 © 2020. All rights reserved.