public static interface StageDetails.Builder extends SdkPojo, CopyableBuilder<StageDetails.Builder,StageDetails>
| Modifier and Type | Method and Description |
|---|---|
StageDetails.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the stage.
|
StageDetails.Builder |
created(Instant created)
The timestamp of when the stage was created.
|
StageDetails.Builder |
description(String description)
The description of the stage.
|
StageDetails.Builder |
gameKey(String gameKey)
The game key associated with the stage.
|
StageDetails.Builder |
lastUpdated(Instant lastUpdated)
The timestamp of when the stage was last updated.
|
StageDetails.Builder |
logGroup(String logGroup)
The Amazon CloudWatch log group for game runtimes deployed to the stage.
|
StageDetails.Builder |
name(String name)
The name of the stage.
|
StageDetails.Builder |
role(String role)
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.
|
StageDetails.Builder |
state(StageState state)
The state of the stage.
|
StageDetails.Builder |
state(String state)
The state of the stage.
|
StageDetails.Builder |
tags(Map<String,String> tags)
The tags associated with the stage.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStageDetails.Builder arn(String arn)
The Amazon Resource Name (ARN) of the stage.
arn - The Amazon Resource Name (ARN) of the stage.StageDetails.Builder created(Instant created)
The timestamp of when the stage was created.
created - The timestamp of when the stage was created.StageDetails.Builder description(String description)
The description of the stage.
description - The description of the stage.StageDetails.Builder gameKey(String gameKey)
The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
gameKey - The game key associated with the stage.
The game key is a unique identifier that the game client uses to connect to the GameSparks backend.
StageDetails.Builder lastUpdated(Instant lastUpdated)
The timestamp of when the stage was last updated.
lastUpdated - The timestamp of when the stage was last updated.StageDetails.Builder logGroup(String logGroup)
The Amazon CloudWatch log group for game runtimes deployed to the stage.
logGroup - The Amazon CloudWatch log group for game runtimes deployed to the stage.StageDetails.Builder name(String name)
The name of the stage.
name - The name of the stage.StageDetails.Builder role(String role)
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.
role - The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.StageDetails.Builder state(String state)
The state of the stage.
state - The state of the stage.StageState,
StageStateStageDetails.Builder state(StageState state)
The state of the stage.
state - The state of the stage.StageState,
StageStateStageDetails.Builder tags(Map<String,String> tags)
The tags associated with the stage.
tags - The tags associated with the stage.Copyright © 2022. All rights reserved.