Interface DeleteVolumeOntapResponse.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteVolumeOntapResponse.Builder,DeleteVolumeOntapResponse>,SdkBuilder<DeleteVolumeOntapResponse.Builder,DeleteVolumeOntapResponse>,SdkPojo
- Enclosing class:
- DeleteVolumeOntapResponse
public static interface DeleteVolumeOntapResponse.Builder extends SdkPojo, CopyableBuilder<DeleteVolumeOntapResponse.Builder,DeleteVolumeOntapResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteVolumeOntapResponse.BuilderfinalBackupId(String finalBackupId)Sets the value of the FinalBackupId property for this object.DeleteVolumeOntapResponse.BuilderfinalBackupTags(Collection<Tag> finalBackupTags)Sets the value of the FinalBackupTags property for this object.DeleteVolumeOntapResponse.BuilderfinalBackupTags(Consumer<Tag.Builder>... finalBackupTags)Sets the value of the FinalBackupTags property for this object.DeleteVolumeOntapResponse.BuilderfinalBackupTags(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
finalBackupId
DeleteVolumeOntapResponse.Builder finalBackupId(String 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
DeleteVolumeOntapResponse.Builder finalBackupTags(Collection<Tag> 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
DeleteVolumeOntapResponse.Builder finalBackupTags(Tag... 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
DeleteVolumeOntapResponse.Builder finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Sets the value of the FinalBackupTags property for this object. 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 to#finalBackupTags(List.) - 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:
#finalBackupTags(java.util.Collection)
-
-