Interface DeleteVolumeOpenZFSConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteVolumeOpenZFSConfiguration.Builder,
,DeleteVolumeOpenZFSConfiguration> SdkBuilder<DeleteVolumeOpenZFSConfiguration.Builder,
,DeleteVolumeOpenZFSConfiguration> SdkPojo
- Enclosing class:
DeleteVolumeOpenZFSConfiguration
public static interface DeleteVolumeOpenZFSConfiguration.Builder
extends SdkPojo, CopyableBuilder<DeleteVolumeOpenZFSConfiguration.Builder,DeleteVolumeOpenZFSConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionoptions
(Collection<DeleteOpenZFSVolumeOption> options) To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.options
(DeleteOpenZFSVolumeOption... options) To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.optionsWithStrings
(String... options) To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.optionsWithStrings
(Collection<String> options) To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.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
-
optionsWithStrings
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.- Parameters:
options
- To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optionsWithStrings
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.- Parameters:
options
- To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.- Parameters:
options
- To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
options
To delete the volume's child volumes, snapshots, and clones, use the string
DELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.- Parameters:
options
- To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-