public static class StageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public StageSummary.Builder timeCreated(Date timeCreated)
The creation date and time of the stage (formatted according to RFC3339).
timeCreated
- the value to setpublic StageSummary.Builder timeStarted(Date timeStarted)
The date and time of the start of the stage (formatted according to RFC3339).
timeStarted
- the value to setpublic StageSummary.Builder timeFinished(Date timeFinished)
The date and time of the finish of the stage (formatted according to RFC3339).
timeFinished
- the value to setpublic StageSummary.Builder type(RemediationRunStageType type)
The type of stage.
type
- the value to setpublic StageSummary.Builder summary(String summary)
Information about the current step within the given stage.
summary
- the value to setpublic StageSummary build()
public StageSummary.Builder copy(StageSummary model)
Copyright © 2016–2024. All rights reserved.