Package com.ibm.cloud.is.vpc.v1.model
Class DeleteSnapshotsOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DeleteSnapshotsOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DeleteSnapshotsOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The deleteSnapshots options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteSnapshotsOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteSnapshotsOptions.Builder
newBuilder()
New builder.String
sourceVolumeId()
Gets the sourceVolumeId.
-
-
-
Method Detail
-
newBuilder
public DeleteSnapshotsOptions.Builder newBuilder()
New builder.- Returns:
- a DeleteSnapshotsOptions builder
-
sourceVolumeId
public String sourceVolumeId()
Gets the sourceVolumeId. Filters the collection to resources with a `source_volume.id` property matching the specified identifier.- Returns:
- the sourceVolumeId
-
-