| Package | Description |
|---|---|
| software.amazon.awssdk.services.fsx.model |
| Modifier and Type | Method and Description |
|---|---|
static DeleteFileSystemLustreConfiguration.Builder |
DeleteFileSystemLustreConfiguration.builder() |
DeleteFileSystemLustreConfiguration.Builder |
DeleteFileSystemLustreConfiguration.Builder.finalBackupTags(Collection<Tag> finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. |
DeleteFileSystemLustreConfiguration.Builder |
DeleteFileSystemLustreConfiguration.Builder.finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. |
DeleteFileSystemLustreConfiguration.Builder |
DeleteFileSystemLustreConfiguration.Builder.finalBackupTags(Tag... finalBackupTags)
Use if
SkipFinalBackup is set to false, and you want to apply an array of tags to
the final backup. |
DeleteFileSystemLustreConfiguration.Builder |
DeleteFileSystemLustreConfiguration.Builder.skipFinalBackup(Boolean skipFinalBackup)
Set
SkipFinalBackup to false if you want to take a final backup of the file system you are
deleting. |
DeleteFileSystemLustreConfiguration.Builder |
DeleteFileSystemLustreConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteFileSystemLustreConfiguration.Builder> |
DeleteFileSystemLustreConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteFileSystemRequest.Builder |
DeleteFileSystemRequest.Builder.lustreConfiguration(Consumer<DeleteFileSystemLustreConfiguration.Builder> lustreConfiguration)
Sets the value of the LustreConfiguration property for this object.
|
Copyright © 2023. All rights reserved.