Package com.oracle.bmc.database.model
Class ExadbVmClusterUpdate.Builder
- java.lang.Object
- 
- com.oracle.bmc.database.model.ExadbVmClusterUpdate.Builder
 
- 
- Enclosing class:
- ExadbVmClusterUpdate
 
 public static class ExadbVmClusterUpdate.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExadbVmClusterUpdate.BuilderavailableActions(List<ExadbVmClusterUpdate.AvailableActions> availableActions)The possible actions performed by the update operation on the infrastructure components.ExadbVmClusterUpdatebuild()ExadbVmClusterUpdate.Buildercopy(ExadbVmClusterUpdate model)ExadbVmClusterUpdate.Builderdescription(String description)Details of the maintenance update package.ExadbVmClusterUpdate.Builderid(String id)The OCID of the maintenance update.ExadbVmClusterUpdate.BuilderlastAction(ExadbVmClusterUpdate.LastAction lastAction)The previous update action performed.ExadbVmClusterUpdate.BuilderlifecycleDetails(String lifecycleDetails)Descriptive text providing additional details about the lifecycle state.ExadbVmClusterUpdate.BuilderlifecycleState(ExadbVmClusterUpdate.LifecycleState lifecycleState)The current state of the maintenance update.ExadbVmClusterUpdate.BuildertimeReleased(Date timeReleased)The date and time the maintenance update was released.ExadbVmClusterUpdate.BuilderupdateType(ExadbVmClusterUpdate.UpdateType updateType)The type of cloud VM cluster maintenance update.ExadbVmClusterUpdate.Builderversion(String version)The version of the maintenance update package.
 
- 
- 
- 
Method Detail- 
idpublic ExadbVmClusterUpdate.Builder id(String id) The OCID of the maintenance update.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic ExadbVmClusterUpdate.Builder description(String description) Details of the maintenance update package.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
lastActionpublic ExadbVmClusterUpdate.Builder lastAction(ExadbVmClusterUpdate.LastAction lastAction) The previous update action performed.- Parameters:
- lastAction- the value to set
- Returns:
- this builder
 
 - 
availableActionspublic ExadbVmClusterUpdate.Builder availableActions(List<ExadbVmClusterUpdate.AvailableActions> availableActions) The possible actions performed by the update operation on the infrastructure components.- Parameters:
- availableActions- the value to set
- Returns:
- this builder
 
 - 
updateTypepublic ExadbVmClusterUpdate.Builder updateType(ExadbVmClusterUpdate.UpdateType updateType) The type of cloud VM cluster maintenance update.- Parameters:
- updateType- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic ExadbVmClusterUpdate.Builder lifecycleDetails(String lifecycleDetails) Descriptive text providing additional details about the lifecycle state.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic ExadbVmClusterUpdate.Builder lifecycleState(ExadbVmClusterUpdate.LifecycleState lifecycleState) The current state of the maintenance update.Dependent on value of lastAction. - Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeReleasedpublic ExadbVmClusterUpdate.Builder timeReleased(Date timeReleased) The date and time the maintenance update was released.- Parameters:
- timeReleased- the value to set
- Returns:
- this builder
 
 - 
versionpublic ExadbVmClusterUpdate.Builder version(String version) The version of the maintenance update package.- Parameters:
- version- the value to set
- Returns:
- this builder
 
 - 
buildpublic ExadbVmClusterUpdate build() 
 - 
copypublic ExadbVmClusterUpdate.Builder copy(ExadbVmClusterUpdate model) 
 
- 
 
-