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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteBackupResponse.BuilderbackupId(String backupId)The ID of the backup that was deleted.DeleteBackupResponse.Builderlifecycle(String lifecycle)The lifecycle status of the backup.DeleteBackupResponse.Builderlifecycle(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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
backupId
DeleteBackupResponse.Builder backupId(String 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
DeleteBackupResponse.Builder lifecycle(String lifecycle)
The lifecycle status of the backup. If the
DeleteBackupoperation is successful, the status isDELETED.- Parameters:
lifecycle- The lifecycle status of the backup. If theDeleteBackupoperation is successful, the status isDELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BackupLifecycle,BackupLifecycle
-
lifecycle
DeleteBackupResponse.Builder lifecycle(BackupLifecycle lifecycle)
The lifecycle status of the backup. If the
DeleteBackupoperation is successful, the status isDELETED.- Parameters:
lifecycle- The lifecycle status of the backup. If theDeleteBackupoperation is successful, the status isDELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BackupLifecycle,BackupLifecycle
-
-