Package com.oracle.bmc.devops.model
Class OcirDeployArtifactSource.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.OcirDeployArtifactSource.Builder
 
- 
- Enclosing class:
- OcirDeployArtifactSource
 
 public static class OcirDeployArtifactSource.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description OcirDeployArtifactSourcebuild()OcirDeployArtifactSource.Buildercopy(OcirDeployArtifactSource model)OcirDeployArtifactSource.BuilderimageDigest(String imageDigest)Specifies image digest for the version of the image.OcirDeployArtifactSource.BuilderimageUri(String imageUri)Specifies OCIR image path - optionally include tag.
 
- 
- 
- 
Method Detail- 
imageUripublic OcirDeployArtifactSource.Builder imageUri(String imageUri) Specifies OCIR image path - optionally include tag.- Parameters:
- imageUri- the value to set
- Returns:
- this builder
 
 - 
imageDigestpublic OcirDeployArtifactSource.Builder imageDigest(String imageDigest) Specifies image digest for the version of the image.- Parameters:
- imageDigest- the value to set
- Returns:
- this builder
 
 - 
buildpublic OcirDeployArtifactSource build() 
 - 
copypublic OcirDeployArtifactSource.Builder copy(OcirDeployArtifactSource model) 
 
- 
 
-