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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallOsPatchDetails
build()
InstallOsPatchDetails.Builder
clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster admin user.InstallOsPatchDetails.Builder
copy(InstallOsPatchDetails model)
InstallOsPatchDetails.Builder
osPatchVersion(String osPatchVersion)
The target os patch version.InstallOsPatchDetails.Builder
patchingConfigs(PatchingConfigs patchingConfigs)
-
-
-
Method Detail
-
osPatchVersion
public InstallOsPatchDetails.Builder osPatchVersion(String osPatchVersion)
The target os patch version.- Parameters:
osPatchVersion
- the value to set- Returns:
- this builder
-
clusterAdminPassword
public InstallOsPatchDetails.Builder clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster admin user.- Parameters:
clusterAdminPassword
- the value to set- Returns:
- this builder
-
patchingConfigs
public InstallOsPatchDetails.Builder patchingConfigs(PatchingConfigs patchingConfigs)
-
build
public InstallOsPatchDetails build()
-
copy
public InstallOsPatchDetails.Builder copy(InstallOsPatchDetails model)
-
-