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