Package com.oracle.bmc.devops.model
Class OkeCanaryDeployStageExecutionProgress.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.OkeCanaryDeployStageExecutionProgress.Builder
-
- Enclosing class:
- OkeCanaryDeployStageExecutionProgress
public static class OkeCanaryDeployStageExecutionProgress.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
deployStageDisplayName
public OkeCanaryDeployStageExecutionProgress.Builder deployStageDisplayName(String deployStageDisplayName)
-
deployStageId
public OkeCanaryDeployStageExecutionProgress.Builder deployStageId(String deployStageId)
-
timeStarted
public OkeCanaryDeployStageExecutionProgress.Builder timeStarted(Date timeStarted)
-
timeFinished
public OkeCanaryDeployStageExecutionProgress.Builder timeFinished(Date timeFinished)
-
status
public OkeCanaryDeployStageExecutionProgress.Builder status(DeployStageExecutionProgress.Status status)
-
deployStagePredecessors
public OkeCanaryDeployStageExecutionProgress.Builder deployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)
-
deployStageExecutionProgressDetails
public OkeCanaryDeployStageExecutionProgress.Builder deployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)
-
namespace
public OkeCanaryDeployStageExecutionProgress.Builder namespace(String namespace)
The namespace of OKE Canary deployment.- Parameters:
namespace- the value to set- Returns:
- this builder
-
build
public OkeCanaryDeployStageExecutionProgress build()
-
copy
public OkeCanaryDeployStageExecutionProgress.Builder copy(OkeCanaryDeployStageExecutionProgress model)
-
-