Package com.oracle.bmc.adm.model
Class StageSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.adm.model.StageSummary.Builder
-
- Enclosing class:
- StageSummary
public static class StageSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StageSummary
build()
StageSummary.Builder
copy(StageSummary model)
StageSummary.Builder
summary(String summary)
Information about the current step within the given stage.StageSummary.Builder
timeCreated(Date timeCreated)
The creation date and time of the stage (formatted according to RFC3339).StageSummary.Builder
timeFinished(Date timeFinished)
The date and time of the finish of the stage (formatted according to RFC3339).StageSummary.Builder
timeStarted(Date timeStarted)
The date and time of the start of the stage (formatted according to RFC3339).StageSummary.Builder
type(RemediationRunStageType type)
The type of stage.
-
-
-
Method Detail
-
timeCreated
public StageSummary.Builder timeCreated(Date timeCreated)
The creation date and time of the stage (formatted according to RFC3339).- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeStarted
public StageSummary.Builder timeStarted(Date timeStarted)
The date and time of the start of the stage (formatted according to RFC3339).- Parameters:
timeStarted
- the value to set- Returns:
- this builder
-
timeFinished
public StageSummary.Builder timeFinished(Date timeFinished)
The date and time of the finish of the stage (formatted according to RFC3339).- Parameters:
timeFinished
- the value to set- Returns:
- this builder
-
type
public StageSummary.Builder type(RemediationRunStageType type)
The type of stage.- Parameters:
type
- the value to set- Returns:
- this builder
-
summary
public StageSummary.Builder summary(String summary)
Information about the current step within the given stage.- Parameters:
summary
- the value to set- Returns:
- this builder
-
build
public StageSummary build()
-
copy
public StageSummary.Builder copy(StageSummary model)
-
-