Class UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder
 
- 
- Enclosing class:
- UpdateOkeClusterManagedNodePoolConfigurationDetails
 
 public static class UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOkeClusterManagedNodePoolConfigurationDetailsbuild()UpdateOkeClusterManagedNodePoolConfigurationDetails.Buildercopy(UpdateOkeClusterManagedNodePoolConfigurationDetails model)UpdateOkeClusterManagedNodePoolConfigurationDetails.Builderid(String id)The OCID of the managed node pool in OKE cluster.UpdateOkeClusterManagedNodePoolConfigurationDetails.Buildermaximum(Integer maximum)The maximum number to which nodes in the managed node pool could be scaled up.UpdateOkeClusterManagedNodePoolConfigurationDetails.Builderminimum(Integer minimum)The minimum number to which nodes in the managed node pool could be scaled down.
 
- 
- 
- 
Method Detail- 
idpublic UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder id(String id) The OCID of the managed node pool in OKE cluster.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
minimumpublic UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder minimum(Integer minimum) The minimum number to which nodes in the managed node pool could be scaled down.- Parameters:
- minimum- the value to set
- Returns:
- this builder
 
 - 
maximumpublic UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder maximum(Integer maximum) The maximum number to which nodes in the managed node pool could be scaled up.- Parameters:
- maximum- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateOkeClusterManagedNodePoolConfigurationDetails build() 
 
- 
 
-