Class TrafficSourceState
- java.lang.Object
-
- software.amazon.awssdk.services.autoscaling.model.TrafficSourceState
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TrafficSourceState.Builder,TrafficSourceState>
@Generated("software.amazon.awssdk:codegen") public final class TrafficSourceState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TrafficSourceState.Builder,TrafficSourceState>
Describes the state of a traffic source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTrafficSourceState.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static TrafficSourceState.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringidentifier()The unique identifier of the traffic source.List<SdkField<?>>sdkFields()static Class<? extends TrafficSourceState.Builder>serializableBuilderClass()Stringstate()Describes the current state of a traffic source.TrafficSourceState.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtrafficSource()Deprecated.TrafficSource has been replaced by IdentifierStringtype()Provides additional context for the value ofIdentifier.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
trafficSource
@Deprecated public final String trafficSource()
Deprecated.TrafficSource has been replaced by IdentifierThis is replaced by
Identifier.- Returns:
- This is replaced by
Identifier.
-
state
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 anELBhealth check. For VPC Lattice, at least one Auto Scaling instance passed anVPC_LATTICEhealth 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.
- Returns:
- 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 anELBhealth check. For VPC Lattice, at least one Auto Scaling instance passed anVPC_LATTICEhealth 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.
-
-
-
identifier
public final String identifier()
The unique identifier of the traffic source.
- Returns:
- The unique identifier of the traffic source.
-
type
public final String type()
Provides additional context for the value of
Identifier.The following lists the valid values:
-
elbifIdentifieris the name of a Classic Load Balancer. -
elbv2ifIdentifieris the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. -
vpc-latticeifIdentifieris the ARN of a VPC Lattice target group.
Required if the identifier is the name of a Classic Load Balancer.
- Returns:
- Provides additional context for the value of
Identifier.The following lists the valid values:
-
elbifIdentifieris the name of a Classic Load Balancer. -
elbv2ifIdentifieris the ARN of an Application Load Balancer, Gateway Load Balancer, or Network Load Balancer target group. -
vpc-latticeifIdentifieris the ARN of a VPC Lattice target group.
Required if the identifier is the name of a Classic Load Balancer.
-
-
-
toBuilder
public TrafficSourceState.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TrafficSourceState.Builder,TrafficSourceState>
-
builder
public static TrafficSourceState.Builder builder()
-
serializableBuilderClass
public static Class<? extends TrafficSourceState.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-