| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
static EndpointGroup.Builder |
EndpointGroup.builder() |
EndpointGroup.Builder |
EndpointGroup.Builder.endpointDescriptions(Collection<EndpointDescription> endpointDescriptions)
The list of endpoint objects.
|
EndpointGroup.Builder |
EndpointGroup.Builder.endpointDescriptions(Consumer<EndpointDescription.Builder>... endpointDescriptions)
The list of endpoint objects.
|
EndpointGroup.Builder |
EndpointGroup.Builder.endpointDescriptions(EndpointDescription... endpointDescriptions)
The list of endpoint objects.
|
EndpointGroup.Builder |
EndpointGroup.Builder.endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
EndpointGroup.Builder |
EndpointGroup.Builder.endpointGroupRegion(String endpointGroupRegion)
The Amazon Web Services Region where the endpoint group is located.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The time—10 seconds or 30 seconds—between health checks for each endpoint.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckPath(String healthCheckPath)
If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the
destination on the endpoints for health checks.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckPort(Integer healthCheckPort)
The port that Global Accelerator uses to perform health checks on endpoints that are part of this endpoint
group.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckProtocol(HealthCheckProtocol healthCheckProtocol)
The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this
endpoint group.
|
EndpointGroup.Builder |
EndpointGroup.Builder.healthCheckProtocol(String healthCheckProtocol)
The protocol that Global Accelerator uses to perform health checks on endpoints that are part of this
endpoint group.
|
EndpointGroup.Builder |
EndpointGroup.Builder.portOverrides(Collection<PortOverride> portOverrides)
Allows you to override the destination ports used to route traffic to an endpoint.
|
EndpointGroup.Builder |
EndpointGroup.Builder.portOverrides(Consumer<PortOverride.Builder>... portOverrides)
Allows you to override the destination ports used to route traffic to an endpoint.
|
EndpointGroup.Builder |
EndpointGroup.Builder.portOverrides(PortOverride... portOverrides)
Allows you to override the destination ports used to route traffic to an endpoint.
|
EndpointGroup.Builder |
EndpointGroup.Builder.thresholdCount(Integer thresholdCount)
The number of consecutive health checks required to set the state of a healthy endpoint to unhealthy, or to
set an unhealthy endpoint to healthy.
|
EndpointGroup.Builder |
EndpointGroup.toBuilder() |
EndpointGroup.Builder |
EndpointGroup.Builder.trafficDialPercentage(Float trafficDialPercentage)
The percentage of traffic to send to an Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends EndpointGroup.Builder> |
EndpointGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateEndpointGroupResponse.Builder |
CreateEndpointGroupResponse.Builder.endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The information about the endpoint group that was created.
|
default UpdateEndpointGroupResponse.Builder |
UpdateEndpointGroupResponse.Builder.endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The information about the endpoint group that was updated.
|
default DescribeEndpointGroupResponse.Builder |
DescribeEndpointGroupResponse.Builder.endpointGroup(Consumer<EndpointGroup.Builder> endpointGroup)
The description of an endpoint group.
|
Copyright © 2022. All rights reserved.