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