Package com.oracle.bmc.devops.model
Class ContainerRegistryDeliveredArtifact.Builder
- java.lang.Object
- 
- com.oracle.bmc.devops.model.ContainerRegistryDeliveredArtifact.Builder
 
- 
- Enclosing class:
- ContainerRegistryDeliveredArtifact
 
 public static class ContainerRegistryDeliveredArtifact.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ContainerRegistryDeliveredArtifactbuild()ContainerRegistryDeliveredArtifact.Buildercopy(ContainerRegistryDeliveredArtifact model)ContainerRegistryDeliveredArtifact.BuilderdeliveredArtifactHash(String deliveredArtifactHash)The hash of the container registry artifact pushed by the Deliver Artifacts stage.ContainerRegistryDeliveredArtifact.BuilderdeployArtifactId(String deployArtifactId)ContainerRegistryDeliveredArtifact.BuilderimageUri(String imageUri)The imageUri of the OCIR artifact pushed by the DeliverArtifactStageContainerRegistryDeliveredArtifact.BuilderoutputArtifactName(String outputArtifactName)
 
- 
- 
- 
Method Detail- 
deployArtifactIdpublic ContainerRegistryDeliveredArtifact.Builder deployArtifactId(String deployArtifactId) 
 - 
outputArtifactNamepublic ContainerRegistryDeliveredArtifact.Builder outputArtifactName(String outputArtifactName) 
 - 
deliveredArtifactHashpublic ContainerRegistryDeliveredArtifact.Builder deliveredArtifactHash(String deliveredArtifactHash) The hash of the container registry artifact pushed by the Deliver Artifacts stage.- Parameters:
- deliveredArtifactHash- the value to set
- Returns:
- this builder
 
 - 
imageUripublic ContainerRegistryDeliveredArtifact.Builder imageUri(String imageUri) The imageUri of the OCIR artifact pushed by the DeliverArtifactStage- Parameters:
- imageUri- the value to set
- Returns:
- this builder
 
 - 
buildpublic ContainerRegistryDeliveredArtifact build() 
 - 
copypublic ContainerRegistryDeliveredArtifact.Builder copy(ContainerRegistryDeliveredArtifact model) 
 
- 
 
-