Package com.oracle.bmc.devops.model
Class OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder
-
- Enclosing class:
- OkeCanaryTrafficShiftDeployStageExecutionProgress
public static class OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
deployStageDisplayName
public OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder deployStageDisplayName(String deployStageDisplayName)
-
deployStageId
public OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder deployStageId(String deployStageId)
-
timeStarted
public OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder timeStarted(Date timeStarted)
-
timeFinished
public OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder timeFinished(Date timeFinished)
-
status
public OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder status(DeployStageExecutionProgress.Status status)
-
deployStagePredecessors
public OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder deployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)
-
deployStageExecutionProgressDetails
public OkeCanaryTrafficShiftDeployStageExecutionProgress.Builder deployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)
-
build
public OkeCanaryTrafficShiftDeployStageExecutionProgress build()
-
-