static TargetGroup.Builder |
TargetGroup.builder() |
|
TargetGroup.Builder |
TargetGroup.Builder.healthCheckEnabled(Boolean healthCheckEnabled) |
Indicates whether health checks are enabled.
|
TargetGroup.Builder |
TargetGroup.Builder.healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds) |
The approximate amount of time, in seconds, between health checks of an individual target.
|
TargetGroup.Builder |
TargetGroup.Builder.healthCheckPath(String healthCheckPath) |
The destination for health checks on the targets.
|
TargetGroup.Builder |
TargetGroup.Builder.healthCheckPort(String healthCheckPort) |
The port to use to connect with the target.
|
TargetGroup.Builder |
TargetGroup.Builder.healthCheckProtocol(String healthCheckProtocol) |
The protocol to use to connect with the target.
|
TargetGroup.Builder |
TargetGroup.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol) |
The protocol to use to connect with the target.
|
TargetGroup.Builder |
TargetGroup.Builder.healthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds) |
The amount of time, in seconds, during which no response means a failed health check.
|
TargetGroup.Builder |
TargetGroup.Builder.healthyThresholdCount(Integer healthyThresholdCount) |
The number of consecutive health checks successes required before considering an unhealthy target healthy.
|
TargetGroup.Builder |
TargetGroup.Builder.ipAddressType(String ipAddressType) |
The type of IP address used for this target group.
|
TargetGroup.Builder |
TargetGroup.Builder.ipAddressType(TargetGroupIpAddressTypeEnum ipAddressType) |
The type of IP address used for this target group.
|
TargetGroup.Builder |
TargetGroup.Builder.loadBalancerArns(String... loadBalancerArns) |
The Amazon Resource Name (ARN) of the load balancer that routes traffic to this target group.
|
TargetGroup.Builder |
TargetGroup.Builder.loadBalancerArns(Collection<String> loadBalancerArns) |
The Amazon Resource Name (ARN) of the load balancer that routes traffic to this target group.
|
default TargetGroup.Builder |
TargetGroup.Builder.matcher(Consumer<Matcher.Builder> matcher) |
The HTTP or gRPC codes to use when checking for a successful response from a target.
|
TargetGroup.Builder |
TargetGroup.Builder.matcher(Matcher matcher) |
The HTTP or gRPC codes to use when checking for a successful response from a target.
|
TargetGroup.Builder |
TargetGroup.Builder.port(Integer port) |
The port on which the targets are listening.
|
TargetGroup.Builder |
TargetGroup.Builder.protocol(String protocol) |
The protocol to use for routing traffic to the targets.
|
TargetGroup.Builder |
TargetGroup.Builder.protocol(ProtocolEnum protocol) |
The protocol to use for routing traffic to the targets.
|
TargetGroup.Builder |
TargetGroup.Builder.protocolVersion(String protocolVersion) |
[HTTP/HTTPS protocol] The protocol version.
|
TargetGroup.Builder |
TargetGroup.Builder.targetGroupArn(String targetGroupArn) |
The Amazon Resource Name (ARN) of the target group.
|
TargetGroup.Builder |
TargetGroup.Builder.targetGroupName(String targetGroupName) |
The name of the target group.
|
TargetGroup.Builder |
TargetGroup.Builder.targetType(String targetType) |
The type of target that you must specify when registering targets with this target group.
|
TargetGroup.Builder |
TargetGroup.Builder.targetType(TargetTypeEnum targetType) |
The type of target that you must specify when registering targets with this target group.
|
TargetGroup.Builder |
TargetGroup.toBuilder() |
|
TargetGroup.Builder |
TargetGroup.Builder.unhealthyThresholdCount(Integer unhealthyThresholdCount) |
The number of consecutive health check failures required before considering the target unhealthy.
|
TargetGroup.Builder |
TargetGroup.Builder.vpcId(String vpcId) |
The ID of the VPC for the targets.
|