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. |
copy
applyMutation, build
DeleteFileSystemWindowsConfiguration.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 that creates an instance of theList.Builder
avoiding the need to create
one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its result
is passed to #finalBackupTags(List)
.finalBackupTags
- a consumer that will call methods on List.Builder
#finalBackupTags(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.