Uses of Interface
software.amazon.awssdk.services.fsx.model.DeleteFileSystemLustreResponse.Builder
-
Packages that use DeleteFileSystemLustreResponse.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DeleteFileSystemLustreResponse.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DeleteFileSystemLustreResponse.Builder Modifier and Type Method Description static DeleteFileSystemLustreResponse.BuilderDeleteFileSystemLustreResponse. builder()DeleteFileSystemLustreResponse.BuilderDeleteFileSystemLustreResponse.Builder. finalBackupId(String finalBackupId)The ID of the final backup for this file system.DeleteFileSystemLustreResponse.BuilderDeleteFileSystemLustreResponse.Builder. finalBackupTags(Collection<Tag> finalBackupTags)The set of tags applied to the final backup.DeleteFileSystemLustreResponse.BuilderDeleteFileSystemLustreResponse.Builder. finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)The set of tags applied to the final backup.DeleteFileSystemLustreResponse.BuilderDeleteFileSystemLustreResponse.Builder. finalBackupTags(Tag... finalBackupTags)The set of tags applied to the final backup.DeleteFileSystemLustreResponse.BuilderDeleteFileSystemLustreResponse. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DeleteFileSystemLustreResponse.Builder Modifier and Type Method Description static Class<? extends DeleteFileSystemLustreResponse.Builder>DeleteFileSystemLustreResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DeleteFileSystemLustreResponse.Builder Modifier and Type Method Description default DeleteFileSystemResponse.BuilderDeleteFileSystemResponse.Builder. lustreResponse(Consumer<DeleteFileSystemLustreResponse.Builder> lustreResponse)Sets the value of the LustreResponse property for this object.
-