Package com.oracle.bmc.bds.model
Class InstallOsPatchDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.bds.model.InstallOsPatchDetails.Builder
 
- 
- Enclosing class:
- InstallOsPatchDetails
 
 public static class InstallOsPatchDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallOsPatchDetailsbuild()InstallOsPatchDetails.BuilderclusterAdminPassword(String clusterAdminPassword)Base-64 encoded password for the cluster admin user.InstallOsPatchDetails.Buildercopy(InstallOsPatchDetails model)InstallOsPatchDetails.BuilderisDryRun(Boolean isDryRun)Perform dry run for the patch and stop.InstallOsPatchDetails.BuilderosPatchVersion(String osPatchVersion)The target os patch version.InstallOsPatchDetails.BuilderpatchingConfigs(PatchingConfigs patchingConfigs)
 
- 
- 
- 
Method Detail- 
osPatchVersionpublic InstallOsPatchDetails.Builder osPatchVersion(String osPatchVersion) The target os patch version.- Parameters:
- osPatchVersion- the value to set
- Returns:
- this builder
 
 - 
clusterAdminPasswordpublic InstallOsPatchDetails.Builder clusterAdminPassword(String clusterAdminPassword) Base-64 encoded password for the cluster admin user.- Parameters:
- clusterAdminPassword- the value to set
- Returns:
- this builder
 
 - 
patchingConfigspublic InstallOsPatchDetails.Builder patchingConfigs(PatchingConfigs patchingConfigs) 
 - 
isDryRunpublic InstallOsPatchDetails.Builder isDryRun(Boolean isDryRun) Perform dry run for the patch and stop.- Parameters:
- isDryRun- the value to set
- Returns:
- this builder
 
 - 
buildpublic InstallOsPatchDetails build() 
 - 
copypublic InstallOsPatchDetails.Builder copy(InstallOsPatchDetails model) 
 
- 
 
-