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 deleted.
|
DeleteBackupResponse.Builder |
lifecycle(BackupLifecycle lifecycle)
The lifecycle of the backup.
|
DeleteBackupResponse.Builder |
lifecycle(String lifecycle)
The lifecycle of the backup.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDeleteBackupResponse.Builder backupId(String backupId)
The ID of the backup deleted.
backupId - The ID of the backup deleted.DeleteBackupResponse.Builder lifecycle(String lifecycle)
The lifecycle of the backup. Should be DELETED.
lifecycle - The lifecycle of the backup. Should be DELETED.BackupLifecycle,
BackupLifecycleDeleteBackupResponse.Builder lifecycle(BackupLifecycle lifecycle)
The lifecycle of the backup. Should be DELETED.
lifecycle - The lifecycle of the backup. Should be DELETED.BackupLifecycle,
BackupLifecycleCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.