public static interface DeleteVolumeOntapConfiguration.Builder extends SdkPojo, CopyableBuilder<DeleteVolumeOntapConfiguration.Builder,DeleteVolumeOntapConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DeleteVolumeOntapConfiguration.Builder |
finalBackupTags(Collection<Tag> finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
finalBackupTags(Tag... finalBackupTags)
Sets the value of the FinalBackupTags property for this object.
|
DeleteVolumeOntapConfiguration.Builder |
skipFinalBackup(Boolean skipFinalBackup)
Set to true if you want to skip taking a final backup of the volume you are deleting.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVolumeOntapConfiguration.Builder skipFinalBackup(Boolean skipFinalBackup)
Set to true if you want to skip taking a final backup of the volume you are deleting.
skipFinalBackup - Set to true if you want to skip taking a final backup of the volume you are deleting.DeleteVolumeOntapConfiguration.Builder finalBackupTags(Collection<Tag> finalBackupTags)
finalBackupTags - The new value for the FinalBackupTags property for this object.DeleteVolumeOntapConfiguration.Builder finalBackupTags(Tag... finalBackupTags)
finalBackupTags - The new value for the FinalBackupTags property for this object.DeleteVolumeOntapConfiguration.Builder finalBackupTags(Consumer<Tag.Builder>... finalBackupTags)
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #finalBackupTags(List.
finalBackupTags - a consumer that will call methods on Tag.Builder#finalBackupTags(java.util.Collection) Copyright © 2022. All rights reserved.