Package com.oracle.bmc.bds.model
Class BdsSoftwareUpdate.Builder
- java.lang.Object
- 
- com.oracle.bmc.bds.model.BdsSoftwareUpdate.Builder
 
- 
- Enclosing class:
- BdsSoftwareUpdate
 
 public static class BdsSoftwareUpdate.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BdsSoftwareUpdatebuild()BdsSoftwareUpdate.Buildercopy(BdsSoftwareUpdate model)BdsSoftwareUpdate.BuilderlifecycleState(SoftwareUpdate.LifecycleState lifecycleState)BdsSoftwareUpdate.BuildersoftwareUpdateKey(String softwareUpdateKey)BdsSoftwareUpdate.BuildersoftwareUpdateVersion(String softwareUpdateVersion)BdsSoftwareUpdate.BuildertimeDue(Date timeDue)The due date for the software update.BdsSoftwareUpdate.BuildertimeReleased(Date timeReleased)
 
- 
- 
- 
Method Detail- 
softwareUpdateKeypublic BdsSoftwareUpdate.Builder softwareUpdateKey(String softwareUpdateKey) 
 - 
softwareUpdateVersionpublic BdsSoftwareUpdate.Builder softwareUpdateVersion(String softwareUpdateVersion) 
 - 
timeReleasedpublic BdsSoftwareUpdate.Builder timeReleased(Date timeReleased) 
 - 
lifecycleStatepublic BdsSoftwareUpdate.Builder lifecycleState(SoftwareUpdate.LifecycleState lifecycleState) 
 - 
timeDuepublic BdsSoftwareUpdate.Builder timeDue(Date timeDue) The due date for the software update.Big Data Service will be updated automatically after this date. - Parameters:
- timeDue- the value to set
- Returns:
- this builder
 
 - 
buildpublic BdsSoftwareUpdate build() 
 - 
copypublic BdsSoftwareUpdate.Builder copy(BdsSoftwareUpdate model) 
 
- 
 
-