Package com.oracle.bmc.database.model
Class ExadbVmClusterUpdateSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.database.model.ExadbVmClusterUpdateSummary.Builder
-
- Enclosing class:
- ExadbVmClusterUpdateSummary
public static class ExadbVmClusterUpdateSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public ExadbVmClusterUpdateSummary.Builder id(String id)
The OCID of the maintenance update.- Parameters:
id
- the value to set- Returns:
- this builder
-
description
public ExadbVmClusterUpdateSummary.Builder description(String description)
Details of the maintenance update package.- Parameters:
description
- the value to set- Returns:
- this builder
-
lastAction
public ExadbVmClusterUpdateSummary.Builder lastAction(ExadbVmClusterUpdateSummary.LastAction lastAction)
The previous update action performed.- Parameters:
lastAction
- the value to set- Returns:
- this builder
-
availableActions
public ExadbVmClusterUpdateSummary.Builder availableActions(List<ExadbVmClusterUpdateSummary.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 ExadbVmClusterUpdateSummary.Builder updateType(ExadbVmClusterUpdateSummary.UpdateType updateType)
The type of cloud VM cluster maintenance update.- Parameters:
updateType
- the value to set- Returns:
- this builder
-
lifecycleDetails
public ExadbVmClusterUpdateSummary.Builder lifecycleDetails(String lifecycleDetails)
Descriptive text providing additional details about the lifecycle state.- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
lifecycleState
public ExadbVmClusterUpdateSummary.Builder lifecycleState(ExadbVmClusterUpdateSummary.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 ExadbVmClusterUpdateSummary.Builder timeReleased(Date timeReleased)
The date and time the maintenance update was released.- Parameters:
timeReleased
- the value to set- Returns:
- this builder
-
version
public ExadbVmClusterUpdateSummary.Builder version(String version)
The version of the maintenance update package.- Parameters:
version
- the value to set- Returns:
- this builder
-
build
public ExadbVmClusterUpdateSummary build()
-
copy
public ExadbVmClusterUpdateSummary.Builder copy(ExadbVmClusterUpdateSummary model)
-
-