public static interface LoadBalancerState.Builder extends SdkPojo, CopyableBuilder<LoadBalancerState.Builder,LoadBalancerState>
Modifier and Type | Method and Description |
---|---|
LoadBalancerState.Builder |
loadBalancerName(String loadBalancerName)
The name of the load balancer.
|
LoadBalancerState.Builder |
state(String state)
One of the following load balancer states:
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LoadBalancerState.Builder loadBalancerName(String loadBalancerName)
The name of the load balancer.
loadBalancerName
- The name of the load balancer.LoadBalancerState.Builder state(String state)
One of the following load balancer states:
Adding
- The instances in the group are being registered with the load balancer.
Added
- All instances in the group are registered with the load balancer.
InService
- At least one instance in the group passed an ELB health check.
Removing
- The instances in the group are being deregistered from the load balancer. If
connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before
deregistering the instances.
Removed
- All instances in the group are deregistered from the load balancer.
state
- One of the following load balancer states:
Adding
- The instances in the group are being registered with the load balancer.
Added
- All instances in the group are registered with the load balancer.
InService
- At least one instance in the group passed an ELB health check.
Removing
- The instances in the group are being deregistered from the load balancer. If
connection draining is enabled, Elastic Load Balancing waits for in-flight requests to complete before
deregistering the instances.
Removed
- All instances in the group are deregistered from the load balancer.
Copyright © 2019. All rights reserved.