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