public static interface LoadBalancerState.Builder extends CopyableBuilder<LoadBalancerState.Builder,LoadBalancerState>
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerState.Builder |
code(LoadBalancerStateEnum code)
The state code.
|
LoadBalancerState.Builder |
code(String code)
The state code.
|
LoadBalancerState.Builder |
reason(String reason)
A description of the state.
|
copyapply, buildLoadBalancerState.Builder code(String code)
The state code. The initial state of the load balancer is provisioning. After the load balancer
is fully set up and ready to route traffic, its state is active. If the load balancer could not
be set up, its state is failed.
code - The state code. The initial state of the load balancer is provisioning. After the load
balancer is fully set up and ready to route traffic, its state is active. If the load
balancer could not be set up, its state is failed.LoadBalancerStateEnum,
LoadBalancerStateEnumLoadBalancerState.Builder code(LoadBalancerStateEnum code)
The state code. The initial state of the load balancer is provisioning. After the load balancer
is fully set up and ready to route traffic, its state is active. If the load balancer could not
be set up, its state is failed.
code - The state code. The initial state of the load balancer is provisioning. After the load
balancer is fully set up and ready to route traffic, its state is active. If the load
balancer could not be set up, its state is failed.LoadBalancerStateEnum,
LoadBalancerStateEnumLoadBalancerState.Builder reason(String reason)
A description of the state.
reason - A description of the state.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.