public static interface DeleteSnapshotResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteSnapshotResponse.Builder,DeleteSnapshotResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteSnapshotResponse.Builder |
lifecycle(SnapshotLifecycle lifecycle)
The lifecycle status of the snapshot.
|
DeleteSnapshotResponse.Builder |
lifecycle(String lifecycle)
The lifecycle status of the snapshot.
|
DeleteSnapshotResponse.Builder |
snapshotId(String snapshotId)
The ID of the deleted snapshot.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteSnapshotResponse.Builder snapshotId(String snapshotId)
The ID of the deleted snapshot.
snapshotId - The ID of the deleted snapshot.DeleteSnapshotResponse.Builder lifecycle(String lifecycle)
The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status
is DELETING.
lifecycle - The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this
status is DELETING.SnapshotLifecycle,
SnapshotLifecycleDeleteSnapshotResponse.Builder lifecycle(SnapshotLifecycle lifecycle)
The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this status
is DELETING.
lifecycle - The lifecycle status of the snapshot. If the DeleteSnapshot operation is successful, this
status is DELETING.SnapshotLifecycle,
SnapshotLifecycleCopyright © 2023. All rights reserved.