Interface DeleteFileSystemWindowsResponse.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<DeleteFileSystemWindowsResponse.Builder,,DeleteFileSystemWindowsResponse> SdkBuilder<DeleteFileSystemWindowsResponse.Builder,,DeleteFileSystemWindowsResponse> SdkPojo
- Enclosing class:
 DeleteFileSystemWindowsResponse
public static interface DeleteFileSystemWindowsResponse.Builder
extends SdkPojo, CopyableBuilder<DeleteFileSystemWindowsResponse.Builder,DeleteFileSystemWindowsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionfinalBackupId(String finalBackupId) The ID of the final backup for this file system.finalBackupTags(Collection<Tag> finalBackupTags) The set of tags applied to the final backup.finalBackupTags(Consumer<Tag.Builder>... finalBackupTags) The set of tags applied to the final backup.finalBackupTags(Tag... finalBackupTags) The set of tags applied to the final backup.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
finalBackupId
The ID of the final backup for this file system.
- Parameters:
 finalBackupId- The ID of the final backup for this file system.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
finalBackupTags
The set of tags applied to the final backup.
- Parameters:
 finalBackupTags- The set of tags applied to the final backup.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
finalBackupTags
The set of tags applied to the final backup.
- Parameters:
 finalBackupTags- The set of tags applied to the final backup.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
finalBackupTags
The set of tags applied to the final backup.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofinalBackupTags(List<Tag>).- Parameters:
 finalBackupTags- a consumer that will call methods onTag.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -