public static interface GameServerInstance.Builder extends SdkPojo, CopyableBuilder<GameServerInstance.Builder,GameServerInstance>
| Modifier and Type | Method and Description |
|---|---|
GameServerInstance.Builder |
gameServerGroupArn(String gameServerGroupArn)
A generated unique identifier for the game server group that includes the game server instance.
|
GameServerInstance.Builder |
gameServerGroupName(String gameServerGroupName)
A developer-defined identifier for the game server group that includes the game server instance.
|
GameServerInstance.Builder |
instanceId(String instanceId)
The unique identifier for the instance where the game server is running.
|
GameServerInstance.Builder |
instanceStatus(GameServerInstanceStatus instanceStatus)
Current status of the game server instance
|
GameServerInstance.Builder |
instanceStatus(String instanceStatus)
Current status of the game server instance
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGameServerInstance.Builder gameServerGroupName(String gameServerGroupName)
A developer-defined identifier for the game server group that includes the game server instance. The name is unique for each Region in each Amazon Web Services account.
gameServerGroupName - A developer-defined identifier for the game server group that includes the game server instance. The
name is unique for each Region in each Amazon Web Services account.GameServerInstance.Builder gameServerGroupArn(String gameServerGroupArn)
A generated unique identifier for the game server group that includes the game server instance.
gameServerGroupArn - A generated unique identifier for the game server group that includes the game server instance.GameServerInstance.Builder instanceId(String instanceId)
The unique identifier for the instance where the game server is running. This ID is available in the instance
metadata. EC2 instance IDs use a 17-character format, for example: i-1234567890abcdef0.
instanceId - The unique identifier for the instance where the game server is running. This ID is available in the
instance metadata. EC2 instance IDs use a 17-character format, for example:
i-1234567890abcdef0.GameServerInstance.Builder instanceStatus(String instanceStatus)
Current status of the game server instance
instanceStatus - Current status of the game server instanceGameServerInstanceStatus,
GameServerInstanceStatusGameServerInstance.Builder instanceStatus(GameServerInstanceStatus instanceStatus)
Current status of the game server instance
instanceStatus - Current status of the game server instanceGameServerInstanceStatus,
GameServerInstanceStatusCopyright © 2023. All rights reserved.