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 WaitDeployStageExecutionProgress
build()
WaitDeployStageExecutionProgress.Builder
copy(WaitDeployStageExecutionProgress model)
WaitDeployStageExecutionProgress.Builder
deployStageDisplayName(String deployStageDisplayName)
WaitDeployStageExecutionProgress.Builder
deployStageExecutionProgressDetails(List<DeployStageExecutionProgressDetails> deployStageExecutionProgressDetails)
WaitDeployStageExecutionProgress.Builder
deployStageId(String deployStageId)
WaitDeployStageExecutionProgress.Builder
deployStagePredecessors(DeployStagePredecessorCollection deployStagePredecessors)
WaitDeployStageExecutionProgress.Builder
status(DeployStageExecutionProgress.Status status)
WaitDeployStageExecutionProgress.Builder
timeFinished(Date timeFinished)
WaitDeployStageExecutionProgress.Builder
timeStarted(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)
-
-