public static interface ListStageDeploymentsRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<ListStageDeploymentsRequest.Builder,ListStageDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStageDeploymentsRequest.Builder |
gameName(String gameName)
The name of the game.
|
ListStageDeploymentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListStageDeploymentsRequest.Builder |
nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListStageDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStageDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStageDeploymentsRequest.Builder |
stageName(String stageName)
The name of the stage.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStageDeploymentsRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.ListStageDeploymentsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
maxResults - The maximum number of results to return.
Use this parameter with NextToken to get results as a set of sequential pages.
ListStageDeploymentsRequest.Builder nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
nextToken - The token that indicates the start of the next sequential page of results.
Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
ListStageDeploymentsRequest.Builder stageName(String stageName)
The name of the stage.
stageName - The name of the stage.ListStageDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStageDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.