Package com.oracle.bmc.devops.model
Class ManualApprovalDeployStageExecutionProgress.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.ManualApprovalDeployStageExecutionProgress.Builder
-
- Enclosing class:
- ManualApprovalDeployStageExecutionProgress
public static class ManualApprovalDeployStageExecutionProgress.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
deployStageDisplayName
public ManualApprovalDeployStageExecutionProgress.Builder deployStageDisplayName(String deployStageDisplayName)
-
deployStageId
public ManualApprovalDeployStageExecutionProgress.Builder deployStageId(String deployStageId)
-
timeStarted
public ManualApprovalDeployStageExecutionProgress.Builder timeStarted(Date timeStarted)
-
timeFinished
public ManualApprovalDeployStageExecutionProgress.Builder timeFinished(Date timeFinished)
-
status
public ManualApprovalDeployStageExecutionProgress.Builder status(DeployStageExecutionProgress.Status status)
-
deployStagePredecessors
public ManualApprovalDeployStageExecutionProgress.Builder deployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)
-
deployStageExecutionProgressDetails
public ManualApprovalDeployStageExecutionProgress.Builder deployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)
-
approvalActions
public ManualApprovalDeployStageExecutionProgress.Builder approvalActions(List<ApprovalAction> approvalActions)
Specifies the Canary approval actions.- Parameters:
approvalActions
- the value to set- Returns:
- this builder
-
build
public ManualApprovalDeployStageExecutionProgress build()
-
copy
public ManualApprovalDeployStageExecutionProgress.Builder copy(ManualApprovalDeployStageExecutionProgress model)
-
-