@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EndpointDescription extends Object implements Serializable, Cloneable, StructuredPojo
A complex type for an endpoint. Each endpoint group can include one or more endpoints, such as load balancers.
Constructor and Description |
---|
EndpointDescription() |
Modifier and Type | Method and Description |
---|---|
EndpointDescription |
clone() |
boolean |
equals(Object obj) |
String |
getEndpointId()
An ID for the endpoint.
|
String |
getHealthReason()
The reason code associated with why the endpoint is not healthy.
|
String |
getHealthState()
The health status of the endpoint.
|
Integer |
getWeight()
The weight associated with the endpoint.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEndpointId(String endpointId)
An ID for the endpoint.
|
void |
setHealthReason(String healthReason)
The reason code associated with why the endpoint is not healthy.
|
void |
setHealthState(String healthState)
The health status of the endpoint.
|
void |
setWeight(Integer weight)
The weight associated with the endpoint.
|
String |
toString()
Returns a string representation of this object.
|
EndpointDescription |
withEndpointId(String endpointId)
An ID for the endpoint.
|
EndpointDescription |
withHealthReason(String healthReason)
The reason code associated with why the endpoint is not healthy.
|
EndpointDescription |
withHealthState(HealthState healthState)
The health status of the endpoint.
|
EndpointDescription |
withHealthState(String healthState)
The health status of the endpoint.
|
EndpointDescription |
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.
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.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.
public EndpointDescription 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.
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.public void setWeight(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.
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 Integer getWeight()
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 EndpointDescription withWeight(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.
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 void setHealthState(String healthState)
The health status of the endpoint.
healthState
- The health status of the endpoint.HealthState
public String getHealthState()
The health status of the endpoint.
HealthState
public EndpointDescription withHealthState(String healthState)
The health status of the endpoint.
healthState
- The health status of the endpoint.HealthState
public EndpointDescription withHealthState(HealthState healthState)
The health status of the endpoint.
healthState
- The health status of the endpoint.HealthState
public void setHealthReason(String healthReason)
The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
Timeout: The health check requests to the endpoint are timing out before returning a status.
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
ProvisioningInProgress: The endpoint is in the process of being provisioned.
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
healthReason
- The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a
reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
Timeout: The health check requests to the endpoint are timing out before returning a status.
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
ProvisioningInProgress: The endpoint is in the process of being provisioned.
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
public String getHealthReason()
The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
Timeout: The health check requests to the endpoint are timing out before returning a status.
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
ProvisioningInProgress: The endpoint is in the process of being provisioned.
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
If the endpoint state is unhealthy, the reason code can be one of the following values:
Timeout: The health check requests to the endpoint are timing out before returning a status.
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
ProvisioningInProgress: The endpoint is in the process of being provisioned.
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
public EndpointDescription withHealthReason(String healthReason)
The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
Timeout: The health check requests to the endpoint are timing out before returning a status.
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
ProvisioningInProgress: The endpoint is in the process of being provisioned.
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
healthReason
- The reason code associated with why the endpoint is not healthy. If the endpoint state is healthy, a
reason code is not provided.
If the endpoint state is unhealthy, the reason code can be one of the following values:
Timeout: The health check requests to the endpoint are timing out before returning a status.
Failed: The health check failed, for example because the endpoint response was invalid (malformed).
If the endpoint state is initial, the reason code can be one of the following values:
ProvisioningInProgress: The endpoint is in the process of being provisioned.
InitialHealthChecking: Global Accelerator is still setting up the minimum number of health checks for the endpoint that are required to determine its health status.
public String toString()
toString
in class Object
Object.toString()
public EndpointDescription clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.