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