public static interface GameDetails.Builder extends SdkPojo, CopyableBuilder<GameDetails.Builder,GameDetails>
| Modifier and Type | Method and Description |
|---|---|
GameDetails.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of this game.
|
GameDetails.Builder |
created(Instant created)
The date when the game was created.
|
GameDetails.Builder |
description(String description)
The description of the game.
|
GameDetails.Builder |
enableTerminationProtection(Boolean enableTerminationProtection)
Determines if the game can be deleted.
|
GameDetails.Builder |
lastUpdated(Instant lastUpdated)
The date when the game was last modified.
|
GameDetails.Builder |
name(String name)
The name of the game.
|
GameDetails.Builder |
state(GameState state)
The state of the game.
|
GameDetails.Builder |
state(String state)
The state of the game.
|
GameDetails.Builder |
tags(Map<String,String> tags)
The tags associated with the game.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGameDetails.Builder arn(String arn)
The Amazon Resource Name (ARN) of this game.
arn - The Amazon Resource Name (ARN) of this game.GameDetails.Builder created(Instant created)
The date when the game was created.
created - The date when the game was created.GameDetails.Builder description(String description)
The description of the game.
description - The description of the game.GameDetails.Builder enableTerminationProtection(Boolean enableTerminationProtection)
Determines if the game can be deleted.
enableTerminationProtection - Determines if the game can be deleted.GameDetails.Builder lastUpdated(Instant lastUpdated)
The date when the game was last modified.
lastUpdated - The date when the game was last modified.GameDetails.Builder name(String name)
The name of the game.
name - The name of the game.GameDetails.Builder state(String state)
The state of the game.
GameDetails.Builder state(GameState state)
The state of the game.
GameDetails.Builder tags(Map<String,String> tags)
The tags associated with the game.
tags - The tags associated with the game.Copyright © 2022. All rights reserved.