Package com.oracle.bmc.core.model
Class InstancePoolInstanceLoadBalancerBackend.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.InstancePoolInstanceLoadBalancerBackend.Builder
-
- Enclosing class:
- InstancePoolInstanceLoadBalancerBackend
public static class InstancePoolInstanceLoadBalancerBackend.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstancePoolInstanceLoadBalancerBackend.Builder
backendHealthStatus(InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus backendHealthStatus)
The health of the backend as observed by the load balancer.InstancePoolInstanceLoadBalancerBackend.Builder
backendName(String backendName)
The name of the backend in the backend set.InstancePoolInstanceLoadBalancerBackend.Builder
backendSetName(String backendSetName)
The name of the backend set on the load balancer.InstancePoolInstanceLoadBalancerBackend
build()
InstancePoolInstanceLoadBalancerBackend.Builder
copy(InstancePoolInstanceLoadBalancerBackend model)
InstancePoolInstanceLoadBalancerBackend.Builder
loadBalancerId(String loadBalancerId)
The OCID of the load balancer attached to the instance pool.
-
-
-
Method Detail
-
loadBalancerId
public InstancePoolInstanceLoadBalancerBackend.Builder loadBalancerId(String loadBalancerId)
The OCID of the load balancer attached to the instance pool.- Parameters:
loadBalancerId
- the value to set- Returns:
- this builder
-
backendSetName
public InstancePoolInstanceLoadBalancerBackend.Builder backendSetName(String backendSetName)
The name of the backend set on the load balancer.- Parameters:
backendSetName
- the value to set- Returns:
- this builder
-
backendName
public InstancePoolInstanceLoadBalancerBackend.Builder backendName(String backendName)
The name of the backend in the backend set.- Parameters:
backendName
- the value to set- Returns:
- this builder
-
backendHealthStatus
public InstancePoolInstanceLoadBalancerBackend.Builder backendHealthStatus(InstancePoolInstanceLoadBalancerBackend.BackendHealthStatus backendHealthStatus)
The health of the backend as observed by the load balancer.- Parameters:
backendHealthStatus
- the value to set- Returns:
- this builder
-
build
public InstancePoolInstanceLoadBalancerBackend build()
-
copy
public InstancePoolInstanceLoadBalancerBackend.Builder copy(InstancePoolInstanceLoadBalancerBackend model)
-
-