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 DeployStageExecutionStep
build()
DeployStageExecutionStep.Builder
copy(DeployStageExecutionStep model)
DeployStageExecutionStep.Builder
name(String name)
Name of the step.DeployStageExecutionStep.Builder
state(DeployStageExecutionStep.State state)
State of the step.DeployStageExecutionStep.Builder
timeFinished(Date timeFinished)
Time when the step finished.DeployStageExecutionStep.Builder
timeStarted(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)
-
-