ToCopyableBuilder<LoadBalancerState.Builder,LoadBalancerState>@Generated("software.amazon.awssdk:codegen") public class LoadBalancerState extends Object implements ToCopyableBuilder<LoadBalancerState.Builder,LoadBalancerState>
Information about the state of the load balancer.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
LoadBalancerState.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static LoadBalancerState.Builder |
builder() |
|
String |
code() |
The state code.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
reason() |
A description of the state.
|
static Class<? extends LoadBalancerState.Builder> |
serializableBuilderClass() |
|
LoadBalancerState.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public 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.
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.LoadBalancerStateEnumpublic String reason()
A description of the state.
public LoadBalancerState.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<LoadBalancerState.Builder,LoadBalancerState>public static LoadBalancerState.Builder builder()
public static Class<? extends LoadBalancerState.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.