public static interface RestoreVolumeFromSnapshotRequest.Builder extends FSxRequest.Builder, SdkPojo, CopyableBuilder<RestoreVolumeFromSnapshotRequest.Builder,RestoreVolumeFromSnapshotRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreVolumeFromSnapshotRequest.Builder clientRequestToken(String clientRequestToken)
clientRequestToken - The new value for the ClientRequestToken property for this object.RestoreVolumeFromSnapshotRequest.Builder volumeId(String volumeId)
The ID of the volume that you are restoring.
volumeId - The ID of the volume that you are restoring.RestoreVolumeFromSnapshotRequest.Builder snapshotId(String snapshotId)
The ID of the source snapshot. Specifies the snapshot that you are restoring from.
snapshotId - The ID of the source snapshot. Specifies the snapshot that you are restoring from.RestoreVolumeFromSnapshotRequest.Builder optionsWithStrings(Collection<String> options)
The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the specified
snapshot. If there are intermediate snapshots and this option isn't used,
RestoreVolumeFromSnapshot fails.
DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate snapshots.
If there are any dependent clone volumes and this option isn't used, RestoreVolumeFromSnapshot
fails.
options - The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the
specified snapshot. If there are intermediate snapshots and this option isn't used,
RestoreVolumeFromSnapshot fails.
DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate
snapshots. If there are any dependent clone volumes and this option isn't used,
RestoreVolumeFromSnapshot fails.
RestoreVolumeFromSnapshotRequest.Builder optionsWithStrings(String... options)
The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the specified
snapshot. If there are intermediate snapshots and this option isn't used,
RestoreVolumeFromSnapshot fails.
DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate snapshots.
If there are any dependent clone volumes and this option isn't used, RestoreVolumeFromSnapshot
fails.
options - The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the
specified snapshot. If there are intermediate snapshots and this option isn't used,
RestoreVolumeFromSnapshot fails.
DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate
snapshots. If there are any dependent clone volumes and this option isn't used,
RestoreVolumeFromSnapshot fails.
RestoreVolumeFromSnapshotRequest.Builder options(Collection<RestoreOpenZFSVolumeOption> options)
The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the specified
snapshot. If there are intermediate snapshots and this option isn't used,
RestoreVolumeFromSnapshot fails.
DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate snapshots.
If there are any dependent clone volumes and this option isn't used, RestoreVolumeFromSnapshot
fails.
options - The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the
specified snapshot. If there are intermediate snapshots and this option isn't used,
RestoreVolumeFromSnapshot fails.
DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate
snapshots. If there are any dependent clone volumes and this option isn't used,
RestoreVolumeFromSnapshot fails.
RestoreVolumeFromSnapshotRequest.Builder options(RestoreOpenZFSVolumeOption... options)
The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the specified
snapshot. If there are intermediate snapshots and this option isn't used,
RestoreVolumeFromSnapshot fails.
DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate snapshots.
If there are any dependent clone volumes and this option isn't used, RestoreVolumeFromSnapshot
fails.
options - The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS - Deletes snapshots between the current state and the
specified snapshot. If there are intermediate snapshots and this option isn't used,
RestoreVolumeFromSnapshot fails.
DELETE_CLONED_VOLUMES - Deletes any dependent clone volumes created from intermediate
snapshots. If there are any dependent clone volumes and this option isn't used,
RestoreVolumeFromSnapshot fails.
RestoreVolumeFromSnapshotRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRestoreVolumeFromSnapshotRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.