PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.action(PatchHistoryEntry.Action action) |
The action being performed or was completed.
|
static PatchHistoryEntry.Builder |
PatchHistoryEntry.builder() |
Create a new builder.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.copy(PatchHistoryEntry model) |
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.id(String id) |
The OCID of the
patch history entry.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.lifecycleDetails(String lifecycleDetails) |
A descriptive text associated with the lifecycleState.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.lifecycleState(PatchHistoryEntry.LifecycleState lifecycleState) |
The current state of the action.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.patchId(String patchId) |
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.patchType(PatchHistoryEntry.PatchType patchType) |
The type of Patch operation.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.timeEnded(Date timeEnded) |
The date and time when the patch action completed
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.Builder.timeStarted(Date timeStarted) |
The date and time when the patch action started.
|
PatchHistoryEntry.Builder |
PatchHistoryEntry.toBuilder() |
|