Package com.oracle.bmc.bds.model
Class InstallPatchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.bds.model.InstallPatchDetails.Builder
-
- Enclosing class:
- InstallPatchDetails
public static class InstallPatchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstallPatchDetails
build()
InstallPatchDetails.Builder
clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster admin user.InstallPatchDetails.Builder
copy(InstallPatchDetails model)
InstallPatchDetails.Builder
patchingConfig(OdhPatchingConfig patchingConfig)
InstallPatchDetails.Builder
version(String version)
The version of the patch to be installed.
-
-
-
Method Detail
-
version
public InstallPatchDetails.Builder version(String version)
The version of the patch to be installed.- Parameters:
version
- the value to set- Returns:
- this builder
-
clusterAdminPassword
public InstallPatchDetails.Builder clusterAdminPassword(String clusterAdminPassword)
Base-64 encoded password for the cluster admin user.- Parameters:
clusterAdminPassword
- the value to set- Returns:
- this builder
-
patchingConfig
public InstallPatchDetails.Builder patchingConfig(OdhPatchingConfig patchingConfig)
-
build
public InstallPatchDetails build()
-
copy
public InstallPatchDetails.Builder copy(InstallPatchDetails model)
-
-