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