public static interface DeleteBackupResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteBackupResponse.Builder,DeleteBackupResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteBackupResponse.Builder |
backupId(String backupId)
The ID of the backup that was deleted.
|
DeleteBackupResponse.Builder |
lifecycle(BackupLifecycle lifecycle)
The lifecycle status of the backup.
|
DeleteBackupResponse.Builder |
lifecycle(String lifecycle)
The lifecycle status of the backup.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBackupResponse.Builder backupId(String backupId)
The ID of the backup that was deleted.
backupId - The ID of the backup that was deleted.DeleteBackupResponse.Builder lifecycle(String lifecycle)
The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is
DELETED.
lifecycle - The lifecycle status of the backup. If the DeleteBackup operation is successful, the
status is DELETED.BackupLifecycle,
BackupLifecycleDeleteBackupResponse.Builder lifecycle(BackupLifecycle lifecycle)
The lifecycle status of the backup. If the DeleteBackup operation is successful, the status is
DELETED.
lifecycle - The lifecycle status of the backup. If the DeleteBackup operation is successful, the
status is DELETED.BackupLifecycle,
BackupLifecycleCopyright © 2023. All rights reserved.