public static interface UpdateSnapshotRequest.Builder extends GameSparksRequest.Builder, SdkPojo, CopyableBuilder<UpdateSnapshotRequest.Builder,UpdateSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSnapshotRequest.Builder |
description(String description)
The description of the snapshot.
|
UpdateSnapshotRequest.Builder |
gameName(String gameName)
The name of the game.
|
UpdateSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSnapshotRequest.Builder |
snapshotId(String snapshotId)
The identifier of the snapshot.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSnapshotRequest.Builder description(String description)
The description of the snapshot.
description - The description of the snapshot.UpdateSnapshotRequest.Builder gameName(String gameName)
The name of the game.
gameName - The name of the game.UpdateSnapshotRequest.Builder snapshotId(String snapshotId)
The identifier of the snapshot.
snapshotId - The identifier of the snapshot.UpdateSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.