@Generated(value="software.amazon.awssdk:codegen") public final class EndpointDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointDescription.Builder,EndpointDescription>
A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load balancers.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointDescription.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EndpointDescription.Builder |
builder() |
Boolean |
clientIPPreservationEnabled()
Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint.
|
String |
endpointId()
An ID for the endpoint.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
healthReason()
Returns a null result.
|
HealthState |
healthState()
The health status of the endpoint.
|
String |
healthStateAsString()
The health status of the endpoint.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointDescription.Builder> |
serializableBuilderClass() |
EndpointDescription.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
weight()
The weight associated with the endpoint.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String endpointId()
An ID for the endpoint. If the endpoint is a Network Load Balancer or Application Load Balancer, this is the Amazon Resource Name (ARN) of the resource. If the endpoint is an Elastic IP address, this is the Elastic IP address allocation ID. For Amazon EC2 instances, this is the EC2 instance ID.
An Application Load Balancer can be either internal or internet-facing.
An Application Load Balancer can be either internal or internet-facing.
public final Integer weight()
The weight associated with the endpoint. When you add weights to endpoints, you configure AWS Global Accelerator to route traffic based on proportions that you specify. For example, you might specify endpoint weights of 4, 5, 5, and 6 (sum=20). The result is that 4/20 of your traffic, on average, is routed to the first endpoint, 5/20 is routed both to the second and third endpoints, and 6/20 is routed to the last endpoint. For more information, see Endpoint Weights in the AWS Global Accelerator Developer Guide.
public final HealthState healthState()
The health status of the endpoint.
If the service returns an enum value that is not available in the current SDK version, healthState will
return HealthState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
healthStateAsString().
HealthStatepublic final String healthStateAsString()
The health status of the endpoint.
If the service returns an enum value that is not available in the current SDK version, healthState will
return HealthState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
healthStateAsString().
HealthStatepublic final String healthReason()
Returns a null result.
public final Boolean clientIPPreservationEnabled()
Indicates whether client IP address preservation is enabled for an Application Load Balancer endpoint. The value is true or false. The default value is true for new accelerators.
If the value is set to true, the client's IP address is preserved in the X-Forwarded-For request
header as traffic travels to applications on the Application Load Balancer endpoint fronted by the accelerator.
For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
If the value is set to true, the client's IP address is preserved in the X-Forwarded-For
request header as traffic travels to applications on the Application Load Balancer endpoint fronted by
the accelerator.
For more information, see Viewing Client IP Addresses in AWS Global Accelerator in the AWS Global Accelerator Developer Guide.
public EndpointDescription.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EndpointDescription.Builder,EndpointDescription>public static EndpointDescription.Builder builder()
public static Class<? extends EndpointDescription.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.