public static interface ListStagesRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<ListStagesRequest.Builder,ListStagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListStagesRequest.Builder |
gameName(String gameName)
The name of the game.
|
ListStagesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListStagesRequest.Builder |
nextToken(String nextToken)
The token that indicates the start of the next sequential page of results.
|
ListStagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListStagesRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.ListStagesRequest.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.
ListStagesRequest.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.
ListStagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListStagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.