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