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