Class Image.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.Image.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
idpublic Image.Builder id(String id) The Oracle Cloud ID (OCID) that uniquely identifies the image.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic 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
 
 - 
displayNamepublic Image.Builder displayName(String displayName) A friendly user-specified name for the image.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
buildpublic Image build() 
 - 
copypublic Image.Builder copy(Image model) 
 
- 
 
-