Interface DeleteFileSystemWindowsConfiguration.Builder

    • Method Detail

      • skipFinalBackup

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finalBackupTags

        DeleteFileSystemWindowsConfiguration.Builder finalBackupTags​(Collection<Tag> finalBackupTags)

        A set of tags for your final backup.

        Parameters:
        finalBackupTags - A set of tags for your final backup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finalBackupTags

        DeleteFileSystemWindowsConfiguration.Builder finalBackupTags​(Tag... finalBackupTags)

        A set of tags for your final backup.

        Parameters:
        finalBackupTags - A set of tags for your final backup.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • finalBackupTags

        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 the Tag.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).

        Parameters:
        finalBackupTags - a consumer that will call methods on Tag.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        #finalBackupTags(java.util.Collection)