@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A complex type for endpoints. A resource must be valid and active when you add it as an endpoint.
Constructor and Description |
---|
EndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
EndpointConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getAttachmentArn()
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can
be added to accelerators and principals that have permission to add the endpoints.
|
Boolean |
getClientIPPreservationEnabled()
Indicates whether client IP address preservation is enabled for an endpoint.
|
String |
getEndpointId()
An ID for the endpoint.
|
Integer |
getWeight()
The weight associated with the endpoint.
|
int |
hashCode() |
Boolean |
isClientIPPreservationEnabled()
Indicates whether client IP address preservation is enabled for an endpoint.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can
be added to accelerators and principals that have permission to add the endpoints.
|
void |
setClientIPPreservationEnabled(Boolean clientIPPreservationEnabled)
Indicates whether client IP address preservation is enabled for an endpoint.
|
void |
setEndpointId(String endpointId)
An ID for the endpoint.
|
void |
setWeight(Integer weight)
The weight associated with the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
EndpointConfiguration |
withAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can
be added to accelerators and principals that have permission to add the endpoints.
|
EndpointConfiguration |
withClientIPPreservationEnabled(Boolean clientIPPreservationEnabled)
Indicates whether client IP address preservation is enabled for an endpoint.
|
EndpointConfiguration |
withEndpointId(String endpointId)
An ID for the endpoint.
|
EndpointConfiguration |
withWeight(Integer weight)
The weight associated with the endpoint.
|
public void setEndpointId(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. A resource must be valid and active when you add it as an endpoint.
For cross-account endpoints, this must be the ARN of the resource.
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. A resource must
be valid and active when you add it as an endpoint.
For cross-account endpoints, this must be the ARN of the resource.
public String getEndpointId()
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. A resource must be valid and active when you add it as an endpoint.
For cross-account endpoints, this must be the ARN of the resource.
For cross-account endpoints, this must be the ARN of the resource.
public EndpointConfiguration withEndpointId(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. A resource must be valid and active when you add it as an endpoint.
For cross-account endpoints, this must be the ARN of the resource.
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. A resource must
be valid and active when you add it as an endpoint.
For cross-account endpoints, this must be the ARN of the resource.
public void setWeight(Integer weight)
The weight associated with the endpoint. When you add weights to endpoints, you configure 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 Global Accelerator Developer Guide.
weight
- The weight associated with the endpoint. When you add weights to endpoints, you configure 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 Global Accelerator Developer Guide.public Integer getWeight()
The weight associated with the endpoint. When you add weights to endpoints, you configure 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 Global Accelerator Developer Guide.
public EndpointConfiguration withWeight(Integer weight)
The weight associated with the endpoint. When you add weights to endpoints, you configure 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 Global Accelerator Developer Guide.
weight
- The weight associated with the endpoint. When you add weights to endpoints, you configure 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 Global Accelerator Developer Guide.public void setClientIPPreservationEnabled(Boolean clientIPPreservationEnabled)
Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. The default value is true for Application Load Balancer endpoints.
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.
Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with security groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners.
For more information, see Preserve client IP addresses in Global Accelerator in the Global Accelerator Developer Guide.
clientIPPreservationEnabled
- Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false.
The default value is true for Application Load Balancer endpoints.
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.
Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with security groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners.
For more information, see Preserve client IP addresses in Global Accelerator in the Global Accelerator Developer Guide.
public Boolean getClientIPPreservationEnabled()
Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. The default value is true for Application Load Balancer endpoints.
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.
Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with security groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners.
For more information, see Preserve client IP addresses in Global Accelerator in the 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 endpoint fronted by the accelerator.
Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with security groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners.
For more information, see Preserve client IP addresses in Global Accelerator in the Global Accelerator Developer Guide.
public EndpointConfiguration withClientIPPreservationEnabled(Boolean clientIPPreservationEnabled)
Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. The default value is true for Application Load Balancer endpoints.
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.
Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with security groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners.
For more information, see Preserve client IP addresses in Global Accelerator in the Global Accelerator Developer Guide.
clientIPPreservationEnabled
- Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false.
The default value is true for Application Load Balancer endpoints.
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.
Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with security groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners.
For more information, see Preserve client IP addresses in Global Accelerator in the Global Accelerator Developer Guide.
public Boolean isClientIPPreservationEnabled()
Indicates whether client IP address preservation is enabled for an endpoint. The value is true or false. The default value is true for Application Load Balancer endpoints.
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.
Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with security groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners.
For more information, see Preserve client IP addresses in Global Accelerator in the 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 endpoint fronted by the accelerator.
Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load Balancers, Amazon EC2 instances, and Network Load Balancers with security groups. IMPORTANT: You cannot use client IP address preservation with Network Load Balancers with TLS listeners.
For more information, see Preserve client IP addresses in Global Accelerator in the Global Accelerator Developer Guide.
public void setAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.
attachmentArn
- The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources)
that can be added to accelerators and principals that have permission to add the endpoints.public String getAttachmentArn()
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.
public EndpointConfiguration withAttachmentArn(String attachmentArn)
The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources) that can be added to accelerators and principals that have permission to add the endpoints.
attachmentArn
- The Amazon Resource Name (ARN) of the cross-account attachment that specifies the endpoints (resources)
that can be added to accelerators and principals that have permission to add the endpoints.public String toString()
toString
in class Object
Object.toString()
public EndpointConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.