Interface DeleteFileSystemWindowsResponse.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DeleteFileSystemWindowsResponse.Builder,,- DeleteFileSystemWindowsResponse> - SdkBuilder<DeleteFileSystemWindowsResponse.Builder,,- DeleteFileSystemWindowsResponse> - SdkPojo
- Enclosing class:
- DeleteFileSystemWindowsResponse
@Mutable
@NotThreadSafe
public static interface DeleteFileSystemWindowsResponse.Builder
extends SdkPojo, CopyableBuilder<DeleteFileSystemWindowsResponse.Builder,DeleteFileSystemWindowsResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
finalBackupIdThe 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.
 
- 
finalBackupTagsThe 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.
 
- 
finalBackupTagsThe 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.
 
- 
finalBackupTagsThe 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 on- Tag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-