public static class UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder id(String id)
The OCID of the managed node pool in OKE cluster.
id
- the value to setpublic UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder minimum(Integer minimum)
The minimum number to which nodes in the managed node pool could be scaled down.
minimum
- the value to setpublic UpdateOkeClusterManagedNodePoolConfigurationDetails.Builder maximum(Integer maximum)
The maximum number to which nodes in the managed node pool could be scaled up.
maximum
- the value to setpublic UpdateOkeClusterManagedNodePoolConfigurationDetails build()
Copyright © 2016–2025. All rights reserved.