Package com.oracle.bmc.bds.model
Class InstallSoftwareUpdatesDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.bds.model.InstallSoftwareUpdatesDetails.Builder
 
- 
- Enclosing class:
- InstallSoftwareUpdatesDetails
 
 public static class InstallSoftwareUpdatesDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallSoftwareUpdatesDetailsbuild()InstallSoftwareUpdatesDetails.Buildercopy(InstallSoftwareUpdatesDetails model)InstallSoftwareUpdatesDetails.BuildersoftwareUpdateKeys(List<String> softwareUpdateKeys)A list of unique identifiers of target software updates.
 
- 
- 
- 
Method Detail- 
softwareUpdateKeyspublic InstallSoftwareUpdatesDetails.Builder softwareUpdateKeys(List<String> softwareUpdateKeys) A list of unique identifiers of target software updates.- Parameters:
- softwareUpdateKeys- the value to set
- Returns:
- this builder
 
 - 
buildpublic InstallSoftwareUpdatesDetails build() 
 - 
copypublic InstallSoftwareUpdatesDetails.Builder copy(InstallSoftwareUpdatesDetails model) 
 
- 
 
-