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.
|
copy
apply, build
GameSessionDetail.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.
ProtectionPolicy
GameSessionDetail.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.
ProtectionPolicy
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.