Package com.oracle.bmc.devops.model
Class ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder
-
public static class ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
deployStageDisplayName
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder deployStageDisplayName(String deployStageDisplayName)
-
deployStageId
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder deployStageId(String deployStageId)
-
timeStarted
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder timeStarted(Date timeStarted)
-
timeFinished
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder timeFinished(Date timeFinished)
-
status
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder status(DeployStageExecutionProgress.Status status)
-
deployStagePredecessors
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder deployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)
-
deployStageExecutionProgressDetails
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder deployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)
-
environmentId
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress.Builder environmentId(String environmentId)
The OCID of the environment where traffic is going.- Parameters:
environmentId
- the value to set- Returns:
- this builder
-
build
public ComputeInstanceGroupBlueGreenTrafficShiftDeployStageExecutionProgress build()
-
-