public static interface UpdateEndpointGroupRequest.Builder extends GlobalAcceleratorRequest.Builder, SdkPojo, CopyableBuilder<UpdateEndpointGroupRequest.Builder,UpdateEndpointGroupRequest>
Modifier and Type | Method and Description |
---|---|
UpdateEndpointGroupRequest.Builder |
endpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
|
UpdateEndpointGroupRequest.Builder |
endpointConfigurations(Consumer<EndpointConfiguration.Builder>... endpointConfigurations)
The list of endpoint objects.
|
UpdateEndpointGroupRequest.Builder |
endpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
|
UpdateEndpointGroupRequest.Builder |
endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
|
UpdateEndpointGroupRequest.Builder |
healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The time, in seconds, between each health check for an endpoint.
|
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 |
healthCheckPort(Integer healthCheckPort)
The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint
group.
|
UpdateEndpointGroupRequest.Builder |
healthCheckProtocol(HealthCheckProtocol healthCheckProtocol)
The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint
group.
|
UpdateEndpointGroupRequest.Builder |
healthCheckProtocol(String healthCheckProtocol)
The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint
group.
|
UpdateEndpointGroupRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateEndpointGroupRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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 |
trafficDialPercentage(Float trafficDialPercentage)
The percentage of traffic to send to an AWS Region.
|
build
overrideConfiguration
copy
applyMutation, build
UpdateEndpointGroupRequest.Builder endpointGroupArn(String endpointGroupArn)
The Amazon Resource Name (ARN) of the endpoint group.
endpointGroupArn
- The Amazon Resource Name (ARN) of the endpoint group.UpdateEndpointGroupRequest.Builder endpointConfigurations(Collection<EndpointConfiguration> endpointConfigurations)
The list of endpoint objects.
endpointConfigurations
- The list of endpoint objects.UpdateEndpointGroupRequest.Builder endpointConfigurations(EndpointConfiguration... endpointConfigurations)
The list of endpoint objects.
endpointConfigurations
- The list of endpoint objects.UpdateEndpointGroupRequest.Builder endpointConfigurations(Consumer<EndpointConfiguration.Builder>... endpointConfigurations)
The list of endpoint objects.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #endpointConfigurations(List)
.endpointConfigurations
- a consumer that will call methods on List.Builder
#endpointConfigurations(List)
UpdateEndpointGroupRequest.Builder trafficDialPercentage(Float trafficDialPercentage)
The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
trafficDialPercentage
- The percentage of traffic to send to an AWS Region. Additional traffic is distributed to other
endpoint groups for this listener.
Use this action to increase (dial up) or decrease (dial down) traffic to a specific Region. The percentage is applied to the traffic that would otherwise have been routed to the Region based on optimal routing.
The default value is 100.
UpdateEndpointGroupRequest.Builder healthCheckPort(Integer healthCheckPort)
The port that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default port is the listener port that this endpoint group is associated with. If the listener port is a list of ports, Global Accelerator uses the first port in the list.
healthCheckPort
- The port that AWS Global Accelerator uses to check the health of endpoints that are part of this
endpoint group. The default port is the listener port that this endpoint group is associated with. If
the listener port is a list of ports, Global Accelerator uses the first port in the list.UpdateEndpointGroupRequest.Builder healthCheckProtocol(String healthCheckProtocol)
The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
healthCheckProtocol
- The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this
endpoint group. The default value is TCP.HealthCheckProtocol
,
HealthCheckProtocol
UpdateEndpointGroupRequest.Builder healthCheckProtocol(HealthCheckProtocol healthCheckProtocol)
The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this endpoint group. The default value is TCP.
healthCheckProtocol
- The protocol that AWS Global Accelerator uses to check the health of endpoints that are part of this
endpoint group. The default value is TCP.HealthCheckProtocol
,
HealthCheckProtocol
UpdateEndpointGroupRequest.Builder healthCheckPath(String healthCheckPath)
If the protocol is HTTP/S, then this specifies the path that is the destination for health check targets. The default value is slash (/).
healthCheckPath
- If the protocol is HTTP/S, then this specifies the path that is the destination for health check
targets. The default value is slash (/).UpdateEndpointGroupRequest.Builder healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The time, in seconds, between each health check for an endpoint. The default value is 30.
healthCheckIntervalSeconds
- The time, in seconds, between each health check for an endpoint. The default value is 30.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. The default value is 3.
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. The default value is 3.UpdateEndpointGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateEndpointGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.