@Generated(value="software.amazon.awssdk:codegen") public final class EndpointIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EndpointIdentifier.Builder,EndpointIdentifier>
A complex type for an endpoint. Specifies information about the endpoint to remove from the endpoint group.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EndpointIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EndpointIdentifier.Builder |
builder() |
Boolean |
clientIPPreservationEnabled()
Indicates whether client IP address preservation is enabled for an 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() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends EndpointIdentifier.Builder> |
serializableBuilderClass() |
EndpointIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
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 Boolean clientIPPreservationEnabled()
Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false.
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 endpoint fronted by the accelerator.
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 endpoint fronted by the accelerator.
public EndpointIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EndpointIdentifier.Builder,EndpointIdentifier>public static EndpointIdentifier.Builder builder()
public static Class<? extends EndpointIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.