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