Package com.oracle.bmc.devops.model
Class WaitDeployStageExecutionProgress.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.WaitDeployStageExecutionProgress.Builder
-
- Enclosing class:
- WaitDeployStageExecutionProgress
public static class WaitDeployStageExecutionProgress.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WaitDeployStageExecutionProgressbuild()WaitDeployStageExecutionProgress.Buildercopy(WaitDeployStageExecutionProgress model)WaitDeployStageExecutionProgress.BuilderdeployStageDisplayName(String deployStageDisplayName)WaitDeployStageExecutionProgress.BuilderdeployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)WaitDeployStageExecutionProgress.BuilderdeployStageId(String deployStageId)WaitDeployStageExecutionProgress.BuilderdeployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)WaitDeployStageExecutionProgress.Builderstatus(DeployStageExecutionProgress.Status status)WaitDeployStageExecutionProgress.BuildertimeFinished(Date timeFinished)WaitDeployStageExecutionProgress.BuildertimeStarted(Date timeStarted)
-
-
-
Method Detail
-
deployStageDisplayName
public WaitDeployStageExecutionProgress.Builder deployStageDisplayName(String deployStageDisplayName)
-
deployStageId
public WaitDeployStageExecutionProgress.Builder deployStageId(String deployStageId)
-
timeStarted
public WaitDeployStageExecutionProgress.Builder timeStarted(Date timeStarted)
-
timeFinished
public WaitDeployStageExecutionProgress.Builder timeFinished(Date timeFinished)
-
status
public WaitDeployStageExecutionProgress.Builder status(DeployStageExecutionProgress.Status status)
-
deployStagePredecessors
public WaitDeployStageExecutionProgress.Builder deployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)
-
deployStageExecutionProgressDetails
public WaitDeployStageExecutionProgress.Builder deployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)
-
build
public WaitDeployStageExecutionProgress build()
-
copy
public WaitDeployStageExecutionProgress.Builder copy(WaitDeployStageExecutionProgress model)
-
-