Interface DeleteBackupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteBackupResponse.Builder,
,DeleteBackupResponse> FSxResponse.Builder
,SdkBuilder<DeleteBackupResponse.Builder,
,DeleteBackupResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteBackupResponse
public static interface DeleteBackupResponse.Builder
extends FSxResponse.Builder, SdkPojo, CopyableBuilder<DeleteBackupResponse.Builder,DeleteBackupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the backup that was deleted.The lifecycle status of the backup.lifecycle
(BackupLifecycle lifecycle) The lifecycle status of the backup.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
backupId
The ID of the backup that was deleted.
- Parameters:
backupId
- The ID of the backup that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycle
The lifecycle status of the backup. If the
DeleteBackup
operation is successful, the status isDELETED
.- Parameters:
lifecycle
- The lifecycle status of the backup. If theDeleteBackup
operation is successful, the status isDELETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycle
The lifecycle status of the backup. If the
DeleteBackup
operation is successful, the status isDELETED
.- Parameters:
lifecycle
- The lifecycle status of the backup. If theDeleteBackup
operation is successful, the status isDELETED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-