Package com.ibm.cloud.is.vpc.v1.model
Class UpdateSnapshotConsistencyGroupOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.UpdateSnapshotConsistencyGroupOptions.Builder
-
- Enclosing class:
- UpdateSnapshotConsistencyGroupOptions
public static class UpdateSnapshotConsistencyGroupOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSnapshotConsistencyGroupOptions
build()
Builds a UpdateSnapshotConsistencyGroupOptions.UpdateSnapshotConsistencyGroupOptions.Builder
id(String id)
Set the id.UpdateSnapshotConsistencyGroupOptions.Builder
ifMatch(String ifMatch)
Set the ifMatch.UpdateSnapshotConsistencyGroupOptions.Builder
snapshotConsistencyGroupPatch(Map<String,Object> snapshotConsistencyGroupPatch)
Set the snapshotConsistencyGroupPatch.
-
-
-
Method Detail
-
build
public UpdateSnapshotConsistencyGroupOptions build()
Builds a UpdateSnapshotConsistencyGroupOptions.- Returns:
- the new UpdateSnapshotConsistencyGroupOptions instance
-
id
public UpdateSnapshotConsistencyGroupOptions.Builder id(String 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
public UpdateSnapshotConsistencyGroupOptions.Builder ifMatch(String ifMatch)
Set the ifMatch.- Parameters:
ifMatch
- the ifMatch- Returns:
- the UpdateSnapshotConsistencyGroupOptions builder
-
-