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