public static interface DeleteFileSystemWindowsResponse.Builder extends SdkPojo, CopyableBuilder<DeleteFileSystemWindowsResponse.Builder,DeleteFileSystemWindowsResponse>
Modifier and Type | Method and Description |
---|---|
DeleteFileSystemWindowsResponse.Builder |
finalBackupId(String finalBackupId)
The ID of the final backup for this file system.
|
DeleteFileSystemWindowsResponse.Builder |
finalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemWindowsResponse.Builder |
finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
The set of tags applied to the final backup.
|
DeleteFileSystemWindowsResponse.Builder |
finalBackupTags(Tag... finalBackupTags)
The set of tags applied to the final backup.
|
copy
applyMutation, build
DeleteFileSystemWindowsResponse.Builder finalBackupId(String finalBackupId)
The ID of the final backup for this file system.
finalBackupId
- The ID of the final backup for this file system.DeleteFileSystemWindowsResponse.Builder finalBackupTags(Collection<Tag> finalBackupTags)
The set of tags applied to the final backup.
finalBackupTags
- The set of tags applied to the final backup.DeleteFileSystemWindowsResponse.Builder finalBackupTags(Tag... finalBackupTags)
The set of tags applied to the final backup.
finalBackupTags
- The set of tags applied to the final backup.DeleteFileSystemWindowsResponse.Builder finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
The set of tags applied to the 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.