public static interface ClaimGameServerRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<ClaimGameServerRequest.Builder,ClaimGameServerRequest>
| Modifier and Type | Method and Description |
|---|---|
ClaimGameServerRequest.Builder |
gameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value.
|
ClaimGameServerRequest.Builder |
gameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group where the game server is running.
|
ClaimGameServerRequest.Builder |
gameServerId(String gameServerId)
A custom string that uniquely identifies the game server to claim.
|
ClaimGameServerRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ClaimGameServerRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildClaimGameServerRequest.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.. If you are not specifying a game server to claim, this value identifies where you want GameLift FleetIQ to look for an available game server to claim.
gameServerGroupName - A unique identifier for the game server group where the game server is running. Use either the
GameServerGroup name or ARN value.. If you are not specifying a game server to claim, this
value identifies where you want GameLift FleetIQ to look for an available game server to claim.ClaimGameServerRequest.Builder gameServerId(String gameServerId)
A custom string that uniquely identifies the game server to claim. If this parameter is left empty, GameLift FleetIQ searches for an available game server in the specified game server group.
gameServerId - A custom string that uniquely identifies the game server to claim. If this parameter is left empty,
GameLift FleetIQ searches for an available game server in the specified game server group.ClaimGameServerRequest.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.ClaimGameServerRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderClaimGameServerRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.