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