@Generated(value="software.amazon.awssdk:codegen") public final class TrafficSourceState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrafficSourceState.Builder,TrafficSourceState>
Describes the state of a traffic source.
Modifier and Type | Class and Description |
---|---|
static interface |
TrafficSourceState.Builder |
Modifier and Type | Method and Description |
---|---|
static TrafficSourceState.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identifier()
The unique identifier of the traffic source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TrafficSourceState.Builder> |
serializableBuilderClass() |
String |
state()
Describes the current state of a traffic source.
|
TrafficSourceState.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trafficSource()
Deprecated.
TrafficSource has been replaced by Identifier
|
String |
type()
Provides additional context for the value of
Identifier . |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
@Deprecated public final String trafficSource()
This is replaced by Identifier
.
Identifier
.public final String state()
Describes the current state of a traffic source.
The state values are as follows:
Adding
- The Auto Scaling instances are being registered with the load balancer or target group.
Added
- All Auto Scaling instances are registered with the load balancer or target group.
InService
- For an Elastic Load Balancing load balancer or target group, at least one Auto Scaling
instance passed an ELB
health check. For VPC Lattice, at least one Auto Scaling instance passed an
VPC_LATTICE
health check.
Removing
- The Auto Scaling instances are being deregistered from the load balancer or target group.
If connection draining (deregistration delay) is enabled, Elastic Load Balancing or VPC Lattice waits for
in-flight requests to complete before deregistering the instances.
Removed
- All Auto Scaling instances are deregistered from the load balancer or target group.
The state values are as follows:
Adding
- The Auto Scaling instances are being registered with the load balancer or target
group.
Added
- All Auto Scaling instances are registered with the load balancer or target group.
InService
- For an Elastic Load Balancing load balancer or target group, at least one Auto
Scaling instance passed an ELB
health check. For VPC Lattice, at least one Auto Scaling
instance passed an VPC_LATTICE
health check.
Removing
- The Auto Scaling instances are being deregistered from the load balancer or
target group. If connection draining (deregistration delay) is enabled, Elastic Load Balancing or VPC
Lattice waits for in-flight requests to complete before deregistering the instances.
Removed
- All Auto Scaling instances are deregistered from the load balancer or target
group.
public final String identifier()
The unique identifier of the traffic source.
public final String type()
Provides additional context for the value of Identifier
.
The following lists the valid values:
elb
if Identifier
is the name of a Classic Load Balancer.
elbv2
if Identifier
is the ARN of an Application Load Balancer, Gateway Load Balancer,
or Network Load Balancer target group.
vpc-lattice
if Identifier
is the ARN of a VPC Lattice target group.
Required if the identifier is the name of a Classic Load Balancer.
Identifier
.
The following lists the valid values:
elb
if Identifier
is the name of a Classic Load Balancer.
elbv2
if Identifier
is the ARN of an Application Load Balancer, Gateway Load
Balancer, or Network Load Balancer target group.
vpc-lattice
if Identifier
is the ARN of a VPC Lattice target group.
Required if the identifier is the name of a Classic Load Balancer.
public TrafficSourceState.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<TrafficSourceState.Builder,TrafficSourceState>
public static TrafficSourceState.Builder builder()
public static Class<? extends TrafficSourceState.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.