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 Imagebuild()Image.BuildercompartmentId(String compartmentId)The OCID of the compartment that the image was created in.Image.Buildercopy(Image model)Image.BuilderdisplayName(String displayName)A friendly user-specified name for the image.Image.Builderid(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)
-
-