Package com.oracle.bmc.bds.model
Class SoftwareUpdateSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.bds.model.SoftwareUpdateSummary.Builder
 
- 
- Enclosing class:
- SoftwareUpdateSummary
 
 public static class SoftwareUpdateSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SoftwareUpdateSummarybuild()SoftwareUpdateSummary.Buildercopy(SoftwareUpdateSummary model)SoftwareUpdateSummary.BuilderlifecycleState(SoftwareUpdate.LifecycleState lifecycleState)The lifecycle state of the software update.SoftwareUpdateSummary.BuildersoftwareUpdateKey(String softwareUpdateKey)Unique identifier of a given software updateSoftwareUpdateSummary.BuildersoftwareUpdateType(SoftwareUpdate.SoftwareUpdateType softwareUpdateType)Type of current software update.SoftwareUpdateSummary.BuildersoftwareUpdateVersion(String softwareUpdateVersion)The version of the software update.SoftwareUpdateSummary.BuildertimeReleased(Date timeReleased)The time when the software update was released.
 
- 
- 
- 
Method Detail- 
softwareUpdateKeypublic SoftwareUpdateSummary.Builder softwareUpdateKey(String softwareUpdateKey) Unique identifier of a given software update- Parameters:
- softwareUpdateKey- the value to set
- Returns:
- this builder
 
 - 
softwareUpdateVersionpublic SoftwareUpdateSummary.Builder softwareUpdateVersion(String softwareUpdateVersion) The version of the software update.- Parameters:
- softwareUpdateVersion- the value to set
- Returns:
- this builder
 
 - 
timeReleasedpublic SoftwareUpdateSummary.Builder timeReleased(Date timeReleased) The time when the software update was released.- Parameters:
- timeReleased- the value to set
- Returns:
- this builder
 
 - 
softwareUpdateTypepublic SoftwareUpdateSummary.Builder softwareUpdateType(SoftwareUpdate.SoftwareUpdateType softwareUpdateType) Type of current software update.- Parameters:
- softwareUpdateType- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic SoftwareUpdateSummary.Builder lifecycleState(SoftwareUpdate.LifecycleState lifecycleState) The lifecycle state of the software update.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
buildpublic SoftwareUpdateSummary build() 
 - 
copypublic SoftwareUpdateSummary.Builder copy(SoftwareUpdateSummary model) 
 
- 
 
-