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