Class SnapshotConsistencyGroupPatch.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.SnapshotConsistencyGroupPatch.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a SnapshotConsistencyGroupPatch.deleteSnapshotsOnDelete
(Boolean deleteSnapshotsOnDelete) Set the deleteSnapshotsOnDelete.Set the name.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder.
-
-
Method Details
-
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
Set the name.- Parameters:
name
- the name- Returns:
- the SnapshotConsistencyGroupPatch builder
-