Package com.oracle.bmc.devops.model
Class DeployStagePredecessor.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeployStagePredecessor.Builder
-
- Enclosing class:
- DeployStagePredecessor
public static class DeployStagePredecessor.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployStagePredecessor
build()
DeployStagePredecessor.Builder
copy(DeployStagePredecessor model)
DeployStagePredecessor.Builder
id(String id)
The OCID of the predecessor stage.
-
-
-
Method Detail
-
id
public DeployStagePredecessor.Builder id(String id)
The OCID of the predecessor stage.If a stage is the first stage in the pipeline, then the ID is the pipeline’s OCID.
- Parameters:
id
- the value to set- Returns:
- this builder
-
build
public DeployStagePredecessor build()
-
copy
public DeployStagePredecessor.Builder copy(DeployStagePredecessor model)
-
-