Package com.ibm.cloud.is.vpc.v1.model
Class SnapshotConsistencyGroupPatch.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.SnapshotConsistencyGroupPatch.Builder
-
- Enclosing class:
- SnapshotConsistencyGroupPatch
public static class SnapshotConsistencyGroupPatch.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SnapshotConsistencyGroupPatch
build()
Builds a SnapshotConsistencyGroupPatch.SnapshotConsistencyGroupPatch.Builder
deleteSnapshotsOnDelete(Boolean deleteSnapshotsOnDelete)
Set the deleteSnapshotsOnDelete.SnapshotConsistencyGroupPatch.Builder
name(String name)
Set the name.
-
-
-
Method Detail
-
build
public SnapshotConsistencyGroupPatch build()
Builds a SnapshotConsistencyGroupPatch.- Returns:
- the new SnapshotConsistencyGroupPatch instance
-
deleteSnapshotsOnDelete
public SnapshotConsistencyGroupPatch.Builder deleteSnapshotsOnDelete(Boolean deleteSnapshotsOnDelete)
Set the deleteSnapshotsOnDelete.- Parameters:
deleteSnapshotsOnDelete
- the deleteSnapshotsOnDelete- Returns:
- the SnapshotConsistencyGroupPatch builder
-
name
public SnapshotConsistencyGroupPatch.Builder name(String name)
Set the name.- Parameters:
name
- the name- Returns:
- the SnapshotConsistencyGroupPatch builder
-
-