public static class RemediationRunStageSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RemediationRunStageSummary |
build() |
RemediationRunStageSummary.Builder |
copy(RemediationRunStageSummary model) |
RemediationRunStageSummary.Builder |
remediationRunId(String remediationRunId)
The Oracle Cloud identifier
(OCID) of the
remediation run.
|
RemediationRunStageSummary.Builder |
status(RemediationRunStage.Status status)
The current status of remediation run stage.
|
RemediationRunStageSummary.Builder |
summary(String summary)
Information about the current step within the stage.
|
RemediationRunStageSummary.Builder |
timeCreated(Date timeCreated)
The creation date and time of the remediation run stage (formatted according to
RFC3339).
|
RemediationRunStageSummary.Builder |
timeFinished(Date timeFinished)
The date and time of the finish of the remediation run stage (formatted according to
RFC3339).
|
RemediationRunStageSummary.Builder |
timeStarted(Date timeStarted)
The date and time of the start of the remediation run stage (formatted according to
RFC3339).
|
RemediationRunStageSummary.Builder |
type(RemediationRunStageType type)
The type of the remediation run stage.
|
public RemediationRunStageSummary.Builder status(RemediationRunStage.Status status)
The current status of remediation run stage.
status
- the value to setpublic RemediationRunStageSummary.Builder timeCreated(Date timeCreated)
The creation date and time of the remediation run stage (formatted according to RFC3339).
timeCreated
- the value to setpublic RemediationRunStageSummary.Builder timeStarted(Date timeStarted)
The date and time of the start of the remediation run stage (formatted according to RFC3339).
timeStarted
- the value to setpublic RemediationRunStageSummary.Builder timeFinished(Date timeFinished)
The date and time of the finish of the remediation run stage (formatted according to RFC3339).
timeFinished
- the value to setpublic RemediationRunStageSummary.Builder type(RemediationRunStageType type)
The type of the remediation run stage.
type
- the value to setpublic RemediationRunStageSummary.Builder summary(String summary)
Information about the current step within the stage.
summary
- the value to setpublic RemediationRunStageSummary.Builder remediationRunId(String remediationRunId)
The Oracle Cloud identifier (OCID) of the remediation run.
remediationRunId
- the value to setpublic RemediationRunStageSummary build()
public RemediationRunStageSummary.Builder copy(RemediationRunStageSummary model)
Copyright © 2016–2024. All rights reserved.