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