public static class PatchHistorySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
PatchHistorySummary |
build() |
PatchHistorySummary.Builder |
copy(PatchHistorySummary model) |
PatchHistorySummary.Builder |
lifecycleState(PatchHistorySummary.LifecycleState lifecycleState)
The status of this patch.
|
PatchHistorySummary.Builder |
patchType(PatchHistorySummary.PatchType patchType)
The type of current patch history.
|
PatchHistorySummary.Builder |
timeUpdated(Date timeUpdated)
The time when the patch history was last updated.
|
PatchHistorySummary.Builder |
version(String version)
The version of the patch.
|
public PatchHistorySummary.Builder version(String version)
The version of the patch.
version
- the value to setpublic PatchHistorySummary.Builder lifecycleState(PatchHistorySummary.LifecycleState lifecycleState)
The status of this patch.
lifecycleState
- the value to setpublic PatchHistorySummary.Builder timeUpdated(Date timeUpdated)
The time when the patch history was last updated.
timeUpdated
- the value to setpublic PatchHistorySummary.Builder patchType(PatchHistorySummary.PatchType patchType)
The type of current patch history. DP - Data Plane patch(This history type is internal available only) ODH - Oracle Distribution of Hadoop patch OS - Operating System patch
patchType
- the value to setpublic PatchHistorySummary build()
public PatchHistorySummary.Builder copy(PatchHistorySummary model)
Copyright © 2016–2024. All rights reserved.