CopyableBuilder<ModifyTargetGroupRequest.Builder,ModifyTargetGroupRequest>
, SdkBuilder<ModifyTargetGroupRequest.Builder,ModifyTargetGroupRequest>
public static interface ModifyTargetGroupRequest.Builder extends CopyableBuilder<ModifyTargetGroupRequest.Builder,ModifyTargetGroupRequest>
Modifier and Type | Method | Description |
---|---|---|
ModifyTargetGroupRequest.Builder |
healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds) |
The approximate amount of time, in seconds, between health checks of an individual target.
|
ModifyTargetGroupRequest.Builder |
healthCheckPath(String healthCheckPath) |
The ping path that is the destination for the health check request.
|
ModifyTargetGroupRequest.Builder |
healthCheckPort(String healthCheckPort) |
The port to use to connect with the target.
|
ModifyTargetGroupRequest.Builder |
healthCheckProtocol(String healthCheckProtocol) |
The protocol to use to connect with the target.
|
ModifyTargetGroupRequest.Builder |
healthCheckProtocol(ProtocolEnum healthCheckProtocol) |
The protocol to use to connect with the target.
|
ModifyTargetGroupRequest.Builder |
healthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds) |
The amount of time, in seconds, during which no response means a failed health check.
|
ModifyTargetGroupRequest.Builder |
healthyThresholdCount(Integer healthyThresholdCount) |
The number of consecutive health checks successes required before considering an unhealthy target healthy.
|
ModifyTargetGroupRequest.Builder |
matcher(Matcher matcher) |
The HTTP codes to use when checking for a successful response from a target.
|
ModifyTargetGroupRequest.Builder |
targetGroupArn(String targetGroupArn) |
The Amazon Resource Name (ARN) of the target group.
|
ModifyTargetGroupRequest.Builder |
unhealthyThresholdCount(Integer unhealthyThresholdCount) |
The number of consecutive health check failures required before considering the target unhealthy.
|
copy
apply, build
ModifyTargetGroupRequest.Builder targetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) of the target group.
targetGroupArn
- The Amazon Resource Name (ARN) of the target group.ModifyTargetGroupRequest.Builder healthCheckProtocol(String healthCheckProtocol)
The protocol to use to connect with the target.
healthCheckProtocol
- The protocol to use to connect with the target.ProtocolEnum
ModifyTargetGroupRequest.Builder healthCheckProtocol(ProtocolEnum healthCheckProtocol)
The protocol to use to connect with the target.
healthCheckProtocol
- The protocol to use to connect with the target.ProtocolEnum
ModifyTargetGroupRequest.Builder healthCheckPort(String healthCheckPort)
The port to use to connect with the target.
healthCheckPort
- The port to use to connect with the target.ModifyTargetGroupRequest.Builder healthCheckPath(String healthCheckPath)
The ping path that is the destination for the health check request.
healthCheckPath
- The ping path that is the destination for the health check request.ModifyTargetGroupRequest.Builder healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds)
The approximate amount of time, in seconds, between health checks of an individual target.
healthCheckIntervalSeconds
- The approximate amount of time, in seconds, between health checks of an individual target.ModifyTargetGroupRequest.Builder healthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds)
The amount of time, in seconds, during which no response means a failed health check.
healthCheckTimeoutSeconds
- The amount of time, in seconds, during which no response means a failed health check.ModifyTargetGroupRequest.Builder healthyThresholdCount(Integer healthyThresholdCount)
The number of consecutive health checks successes required before considering an unhealthy target healthy.
healthyThresholdCount
- The number of consecutive health checks successes required before considering an unhealthy target
healthy.ModifyTargetGroupRequest.Builder unhealthyThresholdCount(Integer unhealthyThresholdCount)
The number of consecutive health check failures required before considering the target unhealthy.
unhealthyThresholdCount
- The number of consecutive health check failures required before considering the target unhealthy.ModifyTargetGroupRequest.Builder matcher(Matcher matcher)
The HTTP codes to use when checking for a successful response from a target.
matcher
- The HTTP codes to use when checking for a successful response from a target.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.