Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetGroup.Builder
Packages that use TargetGroup.Builder
-
Uses of TargetGroup.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TargetGroup.BuilderModifier and TypeMethodDescriptionstatic TargetGroup.BuilderTargetGroup.builder()TargetGroup.Builder.healthCheckEnabled(Boolean healthCheckEnabled) Indicates whether health checks are enabled.TargetGroup.Builder.healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds) The approximate amount of time, in seconds, between health checks of an individual target.TargetGroup.Builder.healthCheckPath(String healthCheckPath) The destination for health checks on the targets.TargetGroup.Builder.healthCheckPort(String healthCheckPort) The port to use to connect with the target.TargetGroup.Builder.healthCheckProtocol(String healthCheckProtocol) The protocol to use to connect with the target.TargetGroup.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol) The protocol to use to connect with the target.TargetGroup.Builder.healthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds) The amount of time, in seconds, during which no response means a failed health check.TargetGroup.Builder.healthyThresholdCount(Integer healthyThresholdCount) The number of consecutive health checks successes required before considering an unhealthy target healthy.TargetGroup.Builder.ipAddressType(String ipAddressType) The IP address type.TargetGroup.Builder.ipAddressType(TargetGroupIpAddressTypeEnum ipAddressType) The IP address type.TargetGroup.Builder.loadBalancerArns(String... loadBalancerArns) The Amazon Resource Name (ARN) of the load balancer that routes traffic to this target group.TargetGroup.Builder.loadBalancerArns(Collection<String> loadBalancerArns) The Amazon Resource Name (ARN) of the load balancer that routes traffic to this target group.default TargetGroup.BuilderTargetGroup.Builder.matcher(Consumer<Matcher.Builder> matcher) The HTTP or gRPC codes to use when checking for a successful response from a target.The HTTP or gRPC codes to use when checking for a successful response from a target.The port on which the targets are listening.The protocol to use for routing traffic to the targets.TargetGroup.Builder.protocol(ProtocolEnum protocol) The protocol to use for routing traffic to the targets.TargetGroup.Builder.protocolVersion(String protocolVersion) [HTTP/HTTPS protocol] The protocol version.TargetGroup.Builder.targetControlPort(Integer targetControlPort) The port on which the target control agent and application load balancer exchange management traffic for the target optimizer feature.TargetGroup.Builder.targetGroupArn(String targetGroupArn) The Amazon Resource Name (ARN) of the target group.TargetGroup.Builder.targetGroupName(String targetGroupName) The name of the target group.TargetGroup.Builder.targetType(String targetType) The type of target that you must specify when registering targets with this target group.TargetGroup.Builder.targetType(TargetTypeEnum targetType) The type of target that you must specify when registering targets with this target group.TargetGroup.toBuilder()TargetGroup.Builder.unhealthyThresholdCount(Integer unhealthyThresholdCount) The number of consecutive health check failures required before considering the target unhealthy.The ID of the VPC for the targets.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TargetGroup.Builder>TargetGroup.serializableBuilderClass()