Package com.oracle.bmc.database.model
Class BaseccVmClusterUpdateHistoryEntry.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.BaseccVmClusterUpdateHistoryEntry.Builder
-
- Enclosing class:
- BaseccVmClusterUpdateHistoryEntry
public static class BaseccVmClusterUpdateHistoryEntry.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public BaseccVmClusterUpdateHistoryEntry.Builder id(String id)
The OCID of the maintenance update history entry.- Parameters:
id- the value to set- Returns:
- this builder
-
updateId
public BaseccVmClusterUpdateHistoryEntry.Builder updateId(String updateId)
The OCID of the maintenance update.- Parameters:
updateId- the value to set- Returns:
- this builder
-
updateAction
public BaseccVmClusterUpdateHistoryEntry.Builder updateAction(BaseccVmClusterUpdateHistoryEntry.UpdateAction updateAction)
The update action.- Parameters:
updateAction- the value to set- Returns:
- this builder
-
updateType
public BaseccVmClusterUpdateHistoryEntry.Builder updateType(BaseccVmClusterUpdateHistoryEntry.UpdateType updateType)
The type of Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster maintenance update.- Parameters:
updateType- the value to set- Returns:
- this builder
-
lifecycleState
public BaseccVmClusterUpdateHistoryEntry.Builder lifecycleState(BaseccVmClusterUpdateHistoryEntry.LifecycleState lifecycleState)
The current lifecycle state of the maintenance update operation.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
lifecycleDetails
public BaseccVmClusterUpdateHistoryEntry.Builder lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
timeStarted
public BaseccVmClusterUpdateHistoryEntry.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 BaseccVmClusterUpdateHistoryEntry.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 BaseccVmClusterUpdateHistoryEntry.Builder version(String version)
The version of the maintenance update package.- Parameters:
version- the value to set- Returns:
- this builder
-
build
public BaseccVmClusterUpdateHistoryEntry build()
-
copy
public BaseccVmClusterUpdateHistoryEntry.Builder copy(BaseccVmClusterUpdateHistoryEntry model)
-
-