public static class DeployStagePredecessor.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DeployStagePredecessor |
build() |
DeployStagePredecessor.Builder |
copy(DeployStagePredecessor model) |
DeployStagePredecessor.Builder |
id(String id)
The OCID of the predecessor stage.
|
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.
id
- the value to setpublic DeployStagePredecessor build()
public DeployStagePredecessor.Builder copy(DeployStagePredecessor model)
Copyright © 2016–2024. All rights reserved.