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