public static interface UpdateGameServerRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateGameServerRequest.Builder,UpdateGameServerRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGameServerRequest.Builder |
customSortKey(String customSortKey)
A game server tag that can be used to request sorted lists of game servers using ListGameServers.
|
UpdateGameServerRequest.Builder |
gameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value.
|
UpdateGameServerRequest.Builder |
gameServerGroupName(String gameServerGroupName)
An identifier for the game server group where the game server is running.
|
UpdateGameServerRequest.Builder |
gameServerId(String gameServerId)
The identifier for the game server to be updated.
|
UpdateGameServerRequest.Builder |
healthCheck(GameServerHealthCheck healthCheck)
Indicates health status of the game server.
|
UpdateGameServerRequest.Builder |
healthCheck(String healthCheck)
Indicates health status of the game server.
|
UpdateGameServerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateGameServerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateGameServerRequest.Builder |
utilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
|
UpdateGameServerRequest.Builder |
utilizationStatus(String utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateGameServerRequest.Builder gameServerGroupName(String gameServerGroupName)
An identifier for the game server group where the game server is running. Use either the GameServerGroup name or ARN value.
gameServerGroupName - An identifier for the game server group where the game server is running. Use either the
GameServerGroup name or ARN value.UpdateGameServerRequest.Builder gameServerId(String gameServerId)
The identifier for the game server to be updated.
gameServerId - The identifier for the game server to be updated.UpdateGameServerRequest.Builder gameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on a game servers using DescribeGameServer or ClaimGameServer.
gameServerData - A set of custom game server properties, formatted as a single string value. This data is passed to a
game client or service when it requests information on a game servers using DescribeGameServer
or ClaimGameServer.UpdateGameServerRequest.Builder customSortKey(String customSortKey)
A game server tag that can be used to request sorted lists of game servers using ListGameServers. Custom sort keys are developer-defined based on how you want to organize the retrieved game server information.
customSortKey - A game server tag that can be used to request sorted lists of game servers using
ListGameServers. Custom sort keys are developer-defined based on how you want to organize the
retrieved game server information.UpdateGameServerRequest.Builder utilizationStatus(String utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
utilizationStatus - Indicates whether the game server is available or is currently hosting gameplay.GameServerUtilizationStatus,
GameServerUtilizationStatusUpdateGameServerRequest.Builder utilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
utilizationStatus - Indicates whether the game server is available or is currently hosting gameplay.GameServerUtilizationStatus,
GameServerUtilizationStatusUpdateGameServerRequest.Builder healthCheck(String healthCheck)
Indicates health status of the game server. An update that explicitly includes this parameter updates the game server's LastHealthCheckTime time stamp.
healthCheck - Indicates health status of the game server. An update that explicitly includes this parameter updates
the game server's LastHealthCheckTime time stamp.GameServerHealthCheck,
GameServerHealthCheckUpdateGameServerRequest.Builder healthCheck(GameServerHealthCheck healthCheck)
Indicates health status of the game server. An update that explicitly includes this parameter updates the game server's LastHealthCheckTime time stamp.
healthCheck - Indicates health status of the game server. An update that explicitly includes this parameter updates
the game server's LastHealthCheckTime time stamp.GameServerHealthCheck,
GameServerHealthCheckUpdateGameServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGameServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.