public static interface UpdateSnapshotRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<UpdateSnapshotRequest.Builder,UpdateSnapshotRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSnapshotRequest.Builder |
clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.
|
UpdateSnapshotRequest.Builder |
name(String name)
The name of the snapshot to update.
|
UpdateSnapshotRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSnapshotRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSnapshotRequest.Builder |
snapshotId(String snapshotId)
The ID of the snapshot that you want to update, in the format
fsvolsnap-0123456789abcdef0. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSnapshotRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.UpdateSnapshotRequest.Builder name(String name)
The name of the snapshot to update.
name - The name of the snapshot to update.UpdateSnapshotRequest.Builder snapshotId(String snapshotId)
The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0.
snapshotId - The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0
.UpdateSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.