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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteVolumeOpenZFSConfiguration.Builderoptions(Collection<DeleteOpenZFSVolumeOption> options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.DeleteVolumeOpenZFSConfiguration.Builderoptions(DeleteOpenZFSVolumeOption... options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.DeleteVolumeOpenZFSConfiguration.BuilderoptionsWithStrings(String... options)To delete the volume's child volumes, snapshots, and clones, use the stringDELETE_CHILD_VOLUMES_AND_SNAPSHOTS.DeleteVolumeOpenZFSConfiguration.BuilderoptionsWithStrings(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
optionsWithStrings
DeleteVolumeOpenZFSConfiguration.Builder optionsWithStrings(Collection<String> 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.
-
optionsWithStrings
DeleteVolumeOpenZFSConfiguration.Builder optionsWithStrings(String... 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
DeleteVolumeOpenZFSConfiguration.Builder options(Collection<DeleteOpenZFSVolumeOption> 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
DeleteVolumeOpenZFSConfiguration.Builder options(DeleteOpenZFSVolumeOption... 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.
-
-