public static interface UpdateGameServerRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<UpdateGameServerRequest.Builder,UpdateGameServerRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateGameServerRequest.Builder |
gameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value.
|
UpdateGameServerRequest.Builder |
gameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group where the game server is running.
|
UpdateGameServerRequest.Builder |
gameServerId(String gameServerId)
A custom string that uniquely identifies the game server to update.
|
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)
A unique identifier for the game server group where the game server is running. Use either the GameServerGroup name or ARN value.
gameServerGroupName - A unique 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)
A custom string that uniquely identifies the game server to update.
gameServerId - A custom string that uniquely identifies the game server to update.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 game servers using ListGameServers 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 game servers using ListGameServers or
ClaimGameServer.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. A request that includes this parameter updates the game server's LastHealthCheckTime timestamp.
healthCheck - Indicates health status of the game server. A request that includes this parameter updates the game
server's LastHealthCheckTime timestamp.GameServerHealthCheck,
GameServerHealthCheckUpdateGameServerRequest.Builder healthCheck(GameServerHealthCheck healthCheck)
Indicates health status of the game server. A request that includes this parameter updates the game server's LastHealthCheckTime timestamp.
healthCheck - Indicates health status of the game server. A request that includes this parameter updates the game
server's LastHealthCheckTime timestamp.GameServerHealthCheck,
GameServerHealthCheckUpdateGameServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateGameServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.