Package com.oracle.bmc.devops.model
Class DeliverArtifact.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeliverArtifact.Builder
-
- Enclosing class:
- DeliverArtifact
public static class DeliverArtifact.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeliverArtifact.Builder
artifactId(String artifactId)
Artifact identifier that contains the artifact definition.DeliverArtifact.Builder
artifactName(String artifactName)
Name of the artifact specified in the build_spec.yaml file.DeliverArtifact
build()
DeliverArtifact.Builder
copy(DeliverArtifact model)
-
-
-
Method Detail
-
artifactName
public DeliverArtifact.Builder artifactName(String artifactName)
Name of the artifact specified in the build_spec.yaml file.- Parameters:
artifactName
- the value to set- Returns:
- this builder
-
artifactId
public DeliverArtifact.Builder artifactId(String artifactId)
Artifact identifier that contains the artifact definition.- Parameters:
artifactId
- the value to set- Returns:
- this builder
-
build
public DeliverArtifact build()
-
copy
public DeliverArtifact.Builder copy(DeliverArtifact model)
-
-