Package com.oracle.bmc.database.model
Class ExadbVmClusterUpdateHistoryEntrySummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.ExadbVmClusterUpdateHistoryEntrySummary.Builder
-
- Enclosing class:
- ExadbVmClusterUpdateHistoryEntrySummary
public static class ExadbVmClusterUpdateHistoryEntrySummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public ExadbVmClusterUpdateHistoryEntrySummary.Builder id(String id)
The OCID of the maintenance update history entry.- Parameters:
id
- the value to set- Returns:
- this builder
-
updateId
public ExadbVmClusterUpdateHistoryEntrySummary.Builder updateId(String updateId)
The OCID of the maintenance update.- Parameters:
updateId
- the value to set- Returns:
- this builder
-
updateAction
public ExadbVmClusterUpdateHistoryEntrySummary.Builder updateAction(ExadbVmClusterUpdateHistoryEntrySummary.UpdateAction updateAction)
The update action.- Parameters:
updateAction
- the value to set- Returns:
- this builder
-
updateType
public ExadbVmClusterUpdateHistoryEntrySummary.Builder updateType(ExadbVmClusterUpdateHistoryEntrySummary.UpdateType updateType)
The type of cloud VM cluster maintenance update.- Parameters:
updateType
- the value to set- Returns:
- this builder
-
lifecycleState
public ExadbVmClusterUpdateHistoryEntrySummary.Builder lifecycleState(ExadbVmClusterUpdateHistoryEntrySummary.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public ExadbVmClusterUpdateHistoryEntrySummary.Builder lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
timeStarted
public ExadbVmClusterUpdateHistoryEntrySummary.Builder timeStarted(Date timeStarted)
The date and time when the maintenance update action started.- Parameters:
timeStarted
- the value to set- Returns:
- this builder
-
timeCompleted
public ExadbVmClusterUpdateHistoryEntrySummary.Builder timeCompleted(Date timeCompleted)
The date and time when the maintenance update action completed.- Parameters:
timeCompleted
- the value to set- Returns:
- this builder
-
version
public ExadbVmClusterUpdateHistoryEntrySummary.Builder version(String version)
The version of the maintenance update package.- Parameters:
version
- the value to set- Returns:
- this builder
-
build
public ExadbVmClusterUpdateHistoryEntrySummary build()
-
copy
public ExadbVmClusterUpdateHistoryEntrySummary.Builder copy(ExadbVmClusterUpdateHistoryEntrySummary model)
-
-