Class UpdateSnapshotConsistencyGroupOptions.Builder
java.lang.Object
com.ibm.cloud.is.vpc.v1.model.UpdateSnapshotConsistencyGroupOptions.Builder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a UpdateSnapshotConsistencyGroupOptions.Set the id.Set the ifMatch.snapshotConsistencyGroupPatch
(Map<String, Object> snapshotConsistencyGroupPatch) Set the snapshotConsistencyGroupPatch.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
-
-
Method Details
-
build
Builds a UpdateSnapshotConsistencyGroupOptions.- Returns:
- the new UpdateSnapshotConsistencyGroupOptions instance
-
id
Set the id.- Parameters:
id
- the id- Returns:
- the UpdateSnapshotConsistencyGroupOptions builder
-
snapshotConsistencyGroupPatch
public UpdateSnapshotConsistencyGroupOptions.Builder snapshotConsistencyGroupPatch(Map<String, Object> snapshotConsistencyGroupPatch) Set the snapshotConsistencyGroupPatch.- Parameters:
snapshotConsistencyGroupPatch
- the snapshotConsistencyGroupPatch- Returns:
- the UpdateSnapshotConsistencyGroupOptions builder
-
ifMatch
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the UpdateSnapshotConsistencyGroupOptions builder
-