public static interface GetSnapshotRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<GetSnapshotRequest.Builder,GetSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSnapshotRequest.Builder |
gameName(String gameName)
The name of the game.
|
GetSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSnapshotRequest.Builder |
sections(Collection<String> sections)
The list of game configuration sections to be described.
|
GetSnapshotRequest.Builder |
sections(String... sections)
The list of game configuration sections to be described.
|
GetSnapshotRequest.Builder |
snapshotId(String snapshotId)
The identifier of the snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSnapshotRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.GetSnapshotRequest.Builder sections(Collection<String> sections)
The list of game configuration sections to be described.
sections - The list of game configuration sections to be described.GetSnapshotRequest.Builder sections(String... sections)
The list of game configuration sections to be described.
sections - The list of game configuration sections to be described.GetSnapshotRequest.Builder snapshotId(String snapshotId)
The identifier of the snapshot.
snapshotId - The identifier of the snapshot.GetSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.