Package | Description |
---|---|
com.oracle.bmc.adm.model |
Modifier and Type | Method and 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.
|
Copyright © 2016–2024. All rights reserved.