Package com.oracle.bmc.devops.model
Class OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder
-
- Enclosing class:
- OkeBlueGreenTrafficShiftDeployStageExecutionProgress
public static class OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
deployStageDisplayName
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder deployStageDisplayName(String deployStageDisplayName)
-
deployStageId
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder deployStageId(String deployStageId)
-
timeStarted
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder timeStarted(Date timeStarted)
-
timeFinished
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder timeFinished(Date timeFinished)
-
status
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder status(DeployStageExecutionProgress.Status status)
-
deployStagePredecessors
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder deployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)
-
deployStageExecutionProgressDetails
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder deployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)
-
namespace
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress.Builder namespace(String namespace)
Namespace where traffic is going.Example: blue - Traffic is going to blue namespace. green - Traffic is going to green namespace.
- Parameters:
namespace
- the value to set- Returns:
- this builder
-
build
public OkeBlueGreenTrafficShiftDeployStageExecutionProgress build()
-
-