public static interface DeleteFileSystemWindowsConfiguration.Builder extends SdkPojo, CopyableBuilder<DeleteFileSystemWindowsConfiguration.Builder,DeleteFileSystemWindowsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DeleteFileSystemWindowsConfiguration.Builder |
finalBackupTags(Collection<Tag> finalBackupTags)
A set of tags for your final backup.
|
DeleteFileSystemWindowsConfiguration.Builder |
finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
A set of tags for your final backup.
|
DeleteFileSystemWindowsConfiguration.Builder |
finalBackupTags(Tag... finalBackupTags)
A set of tags for your final backup.
|
DeleteFileSystemWindowsConfiguration.Builder |
skipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for Windows takes a final backup on your behalf when the
DeleteFileSystem
operation is invoked. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteFileSystemWindowsConfiguration.Builder skipFinalBackup(Boolean skipFinalBackup)
By default, Amazon FSx for Windows takes a final backup on your behalf when the DeleteFileSystem
operation is invoked. Doing this helps protect you from data loss, and we highly recommend taking the final
backup. If you want to skip this backup, use this flag to do so.
skipFinalBackup - By default, Amazon FSx for Windows takes a final backup on your behalf when the
DeleteFileSystem operation is invoked. Doing this helps protect you from data loss, and
we highly recommend taking the final backup. If you want to skip this backup, use this flag to do so.DeleteFileSystemWindowsConfiguration.Builder finalBackupTags(Collection<Tag> finalBackupTags)
A set of tags for your final backup.
finalBackupTags - A set of tags for your final backup.DeleteFileSystemWindowsConfiguration.Builder finalBackupTags(Tag... finalBackupTags)
A set of tags for your final backup.
finalBackupTags - A set of tags for your final backup.DeleteFileSystemWindowsConfiguration.Builder finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
A set of tags for your final backup.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #finalBackupTags(List.
finalBackupTags - a consumer that will call methods on Tag.Builder#finalBackupTags(java.util.Collection) Copyright © 2023. All rights reserved.