Uses of Interface
software.amazon.awssdk.services.fsx.model.DeleteFileSystemLustreConfiguration.Builder
-
Packages that use DeleteFileSystemLustreConfiguration.Builder Package Description software.amazon.awssdk.services.fsx.model -
-
Uses of DeleteFileSystemLustreConfiguration.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return DeleteFileSystemLustreConfiguration.Builder Modifier and Type Method Description static DeleteFileSystemLustreConfiguration.BuilderDeleteFileSystemLustreConfiguration. builder()DeleteFileSystemLustreConfiguration.BuilderDeleteFileSystemLustreConfiguration.Builder. finalBackupTags(Collection<Tag> finalBackupTags)Use ifSkipFinalBackupis set tofalse, and you want to apply an array of tags to the final backup.DeleteFileSystemLustreConfiguration.BuilderDeleteFileSystemLustreConfiguration.Builder. finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)Use ifSkipFinalBackupis set tofalse, and you want to apply an array of tags to the final backup.DeleteFileSystemLustreConfiguration.BuilderDeleteFileSystemLustreConfiguration.Builder. finalBackupTags(Tag... finalBackupTags)Use ifSkipFinalBackupis set tofalse, and you want to apply an array of tags to the final backup.DeleteFileSystemLustreConfiguration.BuilderDeleteFileSystemLustreConfiguration.Builder. skipFinalBackup(Boolean skipFinalBackup)SetSkipFinalBackupto false if you want to take a final backup of the file system you are deleting.DeleteFileSystemLustreConfiguration.BuilderDeleteFileSystemLustreConfiguration. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type DeleteFileSystemLustreConfiguration.Builder Modifier and Type Method Description static Class<? extends DeleteFileSystemLustreConfiguration.Builder>DeleteFileSystemLustreConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fsx.model with type arguments of type DeleteFileSystemLustreConfiguration.Builder Modifier and Type Method Description default DeleteFileSystemRequest.BuilderDeleteFileSystemRequest.Builder. lustreConfiguration(Consumer<DeleteFileSystemLustreConfiguration.Builder> lustreConfiguration)Sets the value of the LustreConfiguration property for this object.
-