public static interface CreateStageRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<CreateStageRequest.Builder,CreateStageRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStageRequest.Builder |
clientToken(String clientToken)
A client-defined token.
|
CreateStageRequest.Builder |
description(String description)
The description of the stage.
|
CreateStageRequest.Builder |
gameName(String gameName)
The name of the game.
|
CreateStageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStageRequest.Builder |
role(String role)
The Amazon Resource Name (ARN) of the role to run the game with.
|
CreateStageRequest.Builder |
stageName(String stageName)
The name of the stage.
|
CreateStageRequest.Builder |
tags(Map<String,String> tags)
The list of tags to apply to the stage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStageRequest.Builder clientToken(String clientToken)
A client-defined token. With an active client token in the request, this action is idempotent.
clientToken - A client-defined token. With an active client token in the request, this action is idempotent.CreateStageRequest.Builder description(String description)
The description of the stage.
description - The description of the stage.CreateStageRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.CreateStageRequest.Builder role(String role)
The Amazon Resource Name (ARN) of the role to run the game with. This role can be a game-defined role or the default role that GameSparks created.
role - The Amazon Resource Name (ARN) of the role to run the game with. This role can be a game-defined role
or the default role that GameSparks created.CreateStageRequest.Builder stageName(String stageName)
The name of the stage.
stageName - The name of the stage.CreateStageRequest.Builder tags(Map<String,String> tags)
The list of tags to apply to the stage.
tags - The list of tags to apply to the stage.CreateStageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.