public static interface StartStageDeploymentRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<StartStageDeploymentRequest.Builder,StartStageDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
StartStageDeploymentRequest.Builder |
clientToken(String clientToken)
A client-defined token.
|
StartStageDeploymentRequest.Builder |
gameName(String gameName)
The name of the game.
|
StartStageDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartStageDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartStageDeploymentRequest.Builder |
snapshotId(String snapshotId)
The identifier of the snapshot to deploy.
|
StartStageDeploymentRequest.Builder |
stageName(String stageName)
The name of the stage to deploy the snapshot onto.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartStageDeploymentRequest.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.StartStageDeploymentRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.StartStageDeploymentRequest.Builder snapshotId(String snapshotId)
The identifier of the snapshot to deploy.
snapshotId - The identifier of the snapshot to deploy.StartStageDeploymentRequest.Builder stageName(String stageName)
The name of the stage to deploy the snapshot onto.
stageName - The name of the stage to deploy the snapshot onto.StartStageDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartStageDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.