Class Image.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.Image.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Image
build()
Image.Builder
compartmentId(String compartmentId)
The OCID of the compartment that the image was created in.Image.Builder
copy(Image model)
Image.Builder
displayName(String displayName)
A friendly user-specified name for the image.Image.Builder
id(String id)
The Oracle Cloud ID (OCID) that uniquely identifies the image.
-
-
-
Method Detail
-
id
public Image.Builder id(String id)
The Oracle Cloud ID (OCID) that uniquely identifies the image.- Parameters:
id
- the value to set- Returns:
- this builder
-
compartmentId
public Image.Builder compartmentId(String compartmentId)
The OCID of the compartment that the image was created in.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
displayName
public Image.Builder displayName(String displayName)
A friendly user-specified name for the image.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public Image build()
-
copy
public Image.Builder copy(Image model)
-
-