Package com.oracle.bmc.database.model
Class BaseccVmClusterUpdate.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.BaseccVmClusterUpdate.Builder
-
- Enclosing class:
- BaseccVmClusterUpdate
public static class BaseccVmClusterUpdate.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseccVmClusterUpdate.BuilderavailableActions(List<BaseccVmClusterUpdate.AvailableActions> availableActions)The possible actions performed by the update operation on the infrastructure components.BaseccVmClusterUpdatebuild()BaseccVmClusterUpdate.Buildercopy(BaseccVmClusterUpdate model)BaseccVmClusterUpdate.Builderdescription(String description)Details of the maintenance update package.BaseccVmClusterUpdate.Builderid(String id)The OCID of the maintenance update.BaseccVmClusterUpdate.BuilderlastAction(BaseccVmClusterUpdate.LastAction lastAction)The previous update action performed.BaseccVmClusterUpdate.BuilderlifecycleDetails(String lifecycleDetails)Descriptive text providing additional details about the lifecycle state.BaseccVmClusterUpdate.BuilderlifecycleState(BaseccVmClusterUpdate.LifecycleState lifecycleState)The current state of the maintenance update.BaseccVmClusterUpdate.BuildertimeReleased(Date timeReleased)The date and time the maintenance update was released.BaseccVmClusterUpdate.BuilderupdateType(BaseccVmClusterUpdate.UpdateType updateType)The type of Base Database Service on Cloud@Customer (BaseDB-C@C) VM cluster maintenance update.BaseccVmClusterUpdate.Builderversion(String version)The version of the maintenance update package.
-
-
-
Method Detail
-
id
public BaseccVmClusterUpdate.Builder id(String id)
The OCID of the maintenance update.- Parameters:
id- the value to set- Returns:
- this builder
-
description
public BaseccVmClusterUpdate.Builder description(String description)
Details of the maintenance update package.- Parameters:
description- the value to set- Returns:
- this builder
-
lastAction
public BaseccVmClusterUpdate.Builder lastAction(BaseccVmClusterUpdate.LastAction lastAction)
The previous update action performed.- Parameters:
lastAction- the value to set- Returns:
- this builder
-
availableActions
public BaseccVmClusterUpdate.Builder availableActions(List<BaseccVmClusterUpdate.AvailableActions> availableActions)
The possible actions performed by the update operation on the infrastructure components.- Parameters:
availableActions- the value to set- Returns:
- this builder
-
updateType
public BaseccVmClusterUpdate.Builder updateType(BaseccVmClusterUpdate.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
-
lifecycleDetails
public BaseccVmClusterUpdate.Builder lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.- Parameters:
lifecycleDetails- the value to set- Returns:
- this builder
-
lifecycleState
public BaseccVmClusterUpdate.Builder lifecycleState(BaseccVmClusterUpdate.LifecycleState lifecycleState)
The current state of the maintenance update.Dependent on value of lastAction.
- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
timeReleased
public BaseccVmClusterUpdate.Builder timeReleased(Date timeReleased)
The date and time the maintenance update was released.- Parameters:
timeReleased- the value to set- Returns:
- this builder
-
version
public BaseccVmClusterUpdate.Builder version(String version)
The version of the maintenance update package.- Parameters:
version- the value to set- Returns:
- this builder
-
build
public BaseccVmClusterUpdate build()
-
copy
public BaseccVmClusterUpdate.Builder copy(BaseccVmClusterUpdate model)
-
-