Package com.oracle.bmc.adm.model
Class RemediationRunStageSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.adm.model.RemediationRunStageSummary.Builder
-
- Enclosing class:
- RemediationRunStageSummary
public static class RemediationRunStageSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
status
public RemediationRunStageSummary.Builder status(RemediationRunStage.Status status)
The current status of remediation run stage.- Parameters:
status
- the value to set- Returns:
- this builder
-
timeCreated
public RemediationRunStageSummary.Builder timeCreated(Date timeCreated)
The creation date and time of the remediation run stage (formatted according to RFC3339).- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeStarted
public RemediationRunStageSummary.Builder timeStarted(Date timeStarted)
The date and time of the start of the remediation run stage (formatted according to RFC3339).- Parameters:
timeStarted
- the value to set- Returns:
- this builder
-
timeFinished
public RemediationRunStageSummary.Builder timeFinished(Date timeFinished)
The date and time of the finish of the remediation run stage (formatted according to RFC3339).- Parameters:
timeFinished
- the value to set- Returns:
- this builder
-
type
public RemediationRunStageSummary.Builder type(RemediationRunStageType type)
The type of the remediation run stage.- Parameters:
type
- the value to set- Returns:
- this builder
-
summary
public RemediationRunStageSummary.Builder summary(String summary)
Information about the current step within the stage.- Parameters:
summary
- the value to set- Returns:
- this builder
-
remediationRunId
public RemediationRunStageSummary.Builder remediationRunId(String remediationRunId)
The Oracle Cloud identifier (OCID) of the remediation run.- Parameters:
remediationRunId
- the value to set- Returns:
- this builder
-
build
public RemediationRunStageSummary build()
-
copy
public RemediationRunStageSummary.Builder copy(RemediationRunStageSummary model)
-
-