static CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.builder() |
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.endpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations) |
The list of endpoint objects.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.endpointConfigurations(Consumer<EndpointConfiguration.Builder>... endpointConfigurations) |
The list of endpoint objects.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.endpointConfigurations(EndpointConfiguration... endpointConfigurations) |
The list of endpoint objects.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.endpointGroupRegion(String endpointGroupRegion) |
The Amazon Web Services Region where the endpoint group is located.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds) |
The time—10 seconds or 30 seconds—between each health check for an endpoint.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.healthCheckPath(String healthCheckPath) |
If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.healthCheckPort(Integer healthCheckPort) |
The port that Global Accelerator uses to check the health of endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.healthCheckProtocol(String healthCheckProtocol) |
The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint
group.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.healthCheckProtocol(HealthCheckProtocol healthCheckProtocol) |
The protocol that Global Accelerator uses to check the health of endpoints that are part of this endpoint
group.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.idempotencyToken(String idempotencyToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency—that is, the uniqueness—of the
request.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.listenerArn(String listenerArn) |
The Amazon Resource Name (ARN) of the listener.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.portOverrides(Collection<PortOverride> portOverrides) |
Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.portOverrides(Consumer<PortOverride.Builder>... portOverrides) |
Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.portOverrides(PortOverride... portOverrides) |
Override specific listener ports used to route traffic to endpoints that are part of this endpoint group.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.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.
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.toBuilder() |
|
CreateEndpointGroupRequest.Builder |
CreateEndpointGroupRequest.Builder.trafficDialPercentage(Float trafficDialPercentage) |
The percentage of traffic to send to an Amazon Web Services Region.
|