Uses of Class
com.oracle.bmc.bds.model.InstallOsPatchDetails.Builder
-
Packages that use InstallOsPatchDetails.Builder Package Description com.oracle.bmc.bds.model -
-
Uses of InstallOsPatchDetails.Builder in com.oracle.bmc.bds.model
Methods in com.oracle.bmc.bds.model that return InstallOsPatchDetails.Builder Modifier and Type Method Description static InstallOsPatchDetails.Builder
InstallOsPatchDetails. builder()
Create a new builder.InstallOsPatchDetails.Builder
InstallOsPatchDetails.Builder. clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster admin user.InstallOsPatchDetails.Builder
InstallOsPatchDetails.Builder. copy(InstallOsPatchDetails model)
InstallOsPatchDetails.Builder
InstallOsPatchDetails.Builder. osPatchVersion(String osPatchVersion)
The target os patch version.InstallOsPatchDetails.Builder
InstallOsPatchDetails.Builder. patchingConfigs(PatchingConfigs patchingConfigs)
InstallOsPatchDetails.Builder
InstallOsPatchDetails. toBuilder()
-