Uses of Class
com.oracle.bmc.adm.model.StageSummary.Builder
-
Packages that use StageSummary.Builder Package Description com.oracle.bmc.adm.model -
-
Uses of StageSummary.Builder in com.oracle.bmc.adm.model
Methods in com.oracle.bmc.adm.model that return StageSummary.Builder Modifier and Type Method Description static StageSummary.Builder
StageSummary. builder()
Create a new builder.StageSummary.Builder
StageSummary.Builder. copy(StageSummary model)
StageSummary.Builder
StageSummary.Builder. summary(String summary)
Information about the current step within the given stage.StageSummary.Builder
StageSummary.Builder. timeCreated(Date timeCreated)
The creation date and time of the stage (formatted according to RFC3339).StageSummary.Builder
StageSummary.Builder. timeFinished(Date timeFinished)
The date and time of the finish of the stage (formatted according to RFC3339).StageSummary.Builder
StageSummary.Builder. timeStarted(Date timeStarted)
The date and time of the start of the stage (formatted according to RFC3339).StageSummary.Builder
StageSummary. toBuilder()
StageSummary.Builder
StageSummary.Builder. type(RemediationRunStageType type)
The type of stage.
-