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