Package com.oracle.bmc.devops.model
Class DeployStageExecutionStep.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.DeployStageExecutionStep.Builder
-
- Enclosing class:
- DeployStageExecutionStep
public static class DeployStageExecutionStep.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeployStageExecutionStepbuild()DeployStageExecutionStep.Buildercopy(DeployStageExecutionStep model)DeployStageExecutionStep.Buildername(String name)Name of the step.DeployStageExecutionStep.Builderstate(DeployStageExecutionStep.State state)State of the step.DeployStageExecutionStep.BuildertimeFinished(Date timeFinished)Time when the step finished.DeployStageExecutionStep.BuildertimeStarted(Date timeStarted)Time when the step started.
-
-
-
Method Detail
-
name
public DeployStageExecutionStep.Builder name(String name)
Name of the step.- Parameters:
name- the value to set- Returns:
- this builder
-
state
public DeployStageExecutionStep.Builder state(DeployStageExecutionStep.State state)
State of the step.- Parameters:
state- the value to set- Returns:
- this builder
-
timeStarted
public DeployStageExecutionStep.Builder timeStarted(Date timeStarted)
Time when the step started.- Parameters:
timeStarted- the value to set- Returns:
- this builder
-
timeFinished
public DeployStageExecutionStep.Builder timeFinished(Date timeFinished)
Time when the step finished.- Parameters:
timeFinished- the value to set- Returns:
- this builder
-
build
public DeployStageExecutionStep build()
-
copy
public DeployStageExecutionStep.Builder copy(DeployStageExecutionStep model)
-
-