Interface DeleteFileSystemOpenZFSResponse.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteFileSystemOpenZFSResponse.Builder,
,DeleteFileSystemOpenZFSResponse> SdkBuilder<DeleteFileSystemOpenZFSResponse.Builder,
,DeleteFileSystemOpenZFSResponse> SdkPojo
- Enclosing class:
DeleteFileSystemOpenZFSResponse
public static interface DeleteFileSystemOpenZFSResponse.Builder
extends SdkPojo, CopyableBuilder<DeleteFileSystemOpenZFSResponse.Builder,DeleteFileSystemOpenZFSResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfinalBackupId
(String finalBackupId) Sets the value of the FinalBackupId property for this object.finalBackupTags
(Collection<Tag> finalBackupTags) Sets the value of the FinalBackupTags property for this object.finalBackupTags
(Consumer<Tag.Builder>... finalBackupTags) Sets the value of the FinalBackupTags property for this object.finalBackupTags
(Tag... finalBackupTags) Sets the value of the FinalBackupTags property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
finalBackupId
Sets the value of the FinalBackupId property for this object.- Parameters:
finalBackupId
- The new value for the FinalBackupId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalBackupTags
Sets the value of the FinalBackupTags property for this object.- Parameters:
finalBackupTags
- The new value for the FinalBackupTags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalBackupTags
Sets the value of the FinalBackupTags property for this object.- Parameters:
finalBackupTags
- The new value for the FinalBackupTags property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
finalBackupTags
Sets the value of the FinalBackupTags property for this object. This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,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:
-