public static interface GetStageDeploymentRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<GetStageDeploymentRequest.Builder,GetStageDeploymentRequest>
| Modifier and Type | Method and Description |
|---|---|
GetStageDeploymentRequest.Builder |
deploymentId(String deploymentId)
The identifier of the stage deployment.
|
GetStageDeploymentRequest.Builder |
gameName(String gameName)
The name of the game.
|
GetStageDeploymentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetStageDeploymentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetStageDeploymentRequest.Builder |
stageName(String stageName)
The name of the stage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetStageDeploymentRequest.Builder deploymentId(String deploymentId)
The identifier of the stage deployment. StartStageDeployment returns the identifier that you use
here.
deploymentId - The identifier of the stage deployment. StartStageDeployment returns the identifier that
you use here.GetStageDeploymentRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.GetStageDeploymentRequest.Builder stageName(String stageName)
The name of the stage.
stageName - The name of the stage.GetStageDeploymentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetStageDeploymentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.