CopyableBuilder<GameSessionDetail.Builder,GameSessionDetail>, SdkBuilder<GameSessionDetail.Builder,GameSessionDetail>public static interface GameSessionDetail.Builder extends CopyableBuilder<GameSessionDetail.Builder,GameSessionDetail>
| Modifier and Type | Method | Description |
|---|---|---|
GameSessionDetail.Builder |
gameSession(GameSession gameSession) |
Object that describes a game session.
|
GameSessionDetail.Builder |
protectionPolicy(String protectionPolicy) |
Current status of protection for the game session.
|
GameSessionDetail.Builder |
protectionPolicy(ProtectionPolicy protectionPolicy) |
Current status of protection for the game session.
|
copyapply, buildGameSessionDetail.Builder gameSession(GameSession gameSession)
Object that describes a game session.
gameSession - Object that describes a game session.GameSessionDetail.Builder protectionPolicy(String protectionPolicy)
Current status of protection for the game session.
NoProtection – The game session can be terminated during a scale-down event.
FullProtection – If the game session is in an ACTIVE status, it cannot be terminated
during a scale-down event.
protectionPolicy - Current status of protection for the game session.
NoProtection – The game session can be terminated during a scale-down event.
FullProtection – If the game session is in an ACTIVE status, it cannot be
terminated during a scale-down event.
ProtectionPolicyGameSessionDetail.Builder protectionPolicy(ProtectionPolicy protectionPolicy)
Current status of protection for the game session.
NoProtection – The game session can be terminated during a scale-down event.
FullProtection – If the game session is in an ACTIVE status, it cannot be terminated
during a scale-down event.
protectionPolicy - Current status of protection for the game session.
NoProtection – The game session can be terminated during a scale-down event.
FullProtection – If the game session is in an ACTIVE status, it cannot be
terminated during a scale-down event.
ProtectionPolicyCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.