Class UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder
-
- Enclosing class:
- UpdateOkeClusterManagedNodePoolConfigurationDetails
public static class UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateOkeClusterManagedNodePoolConfigurationDetails
build()
UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder
copy(UpdateOkeClusterManagedNodePoolConfigurationDetails model)
UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder
id(String id)
The OCID of the managed node pool in OKE cluster.UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder
maximum(Integer maximum)
The maximum number to which nodes in the managed node pool could be scaled up.UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder
minimum(Integer minimum)
The minimum number to which nodes in the managed node pool could be scaled down.
-
-
-
Method Detail
-
id
public UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder id(String id)
The OCID of the managed node pool in OKE cluster.- Parameters:
id
- the value to set- Returns:
- this builder
-
minimum
public 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
-
maximum
public 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
-
build
public UpdateOkeClusterManagedNodePoolConfigurationDetails build()
-
-