UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.body$(UpdateNodePoolDetails body) |
Alternative setter for the body parameter.
|
static UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.builder() |
Return a new builder for this request object.
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.copy(UpdateNodePoolRequest o) |
Copy method to populate the builder with values from the given instance.
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.ifMatch(String ifMatch) |
For optimistic concurrency control.
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.isForceDeletionAfterOverrideGraceDuration(Boolean isForceDeletionAfterOverrideGraceDuration) |
If the underlying compute instance should be deleted if you cannot evict all the pods in
grace period
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.nodePoolId(String nodePoolId) |
The OCID of the node pool.
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.opcRequestId(String opcRequestId) |
Unique Oracle-assigned identifier for the request.
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.overrideEvictionGraceDuration(String overrideEvictionGraceDuration) |
Duration after which OKE will give up eviction of the pods on the node.
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.toBuilder() |
|
UpdateNodePoolRequest.Builder |
UpdateNodePoolRequest.Builder.updateNodePoolDetails(UpdateNodePoolDetails updateNodePoolDetails) |
The fields to update in a node pool.
|