public static interface UpdateStageRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateStageRequest.Builder |
description(String description)
The description of the stage.
|
UpdateStageRequest.Builder |
gameName(String gameName)
The name of the game.
|
UpdateStageRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateStageRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateStageRequest.Builder |
role(String role)
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
|
UpdateStageRequest.Builder |
stageName(String stageName)
The name of the stage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateStageRequest.Builder description(String description)
The description of the stage.
description - The description of the stage.UpdateStageRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.UpdateStageRequest.Builder role(String role)
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
role - The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.UpdateStageRequest.Builder stageName(String stageName)
The name of the stage.
stageName - The name of the stage.UpdateStageRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateStageRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.