Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.CreateTargetGroupRequest.Builder
Packages that use CreateTargetGroupRequest.Builder
Package
Description
-
Uses of CreateTargetGroupRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2
Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2 with type arguments of type CreateTargetGroupRequest.BuilderModifier and TypeMethodDescriptionElasticLoadBalancingV2AsyncClient.createTargetGroup(Consumer<CreateTargetGroupRequest.Builder> createTargetGroupRequest) Creates a target group.default CreateTargetGroupResponseElasticLoadBalancingV2Client.createTargetGroup(Consumer<CreateTargetGroupRequest.Builder> createTargetGroupRequest) Creates a target group. -
Uses of CreateTargetGroupRequest.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return CreateTargetGroupRequest.BuilderModifier and TypeMethodDescriptionCreateTargetGroupRequest.builder()CreateTargetGroupRequest.Builder.healthCheckEnabled(Boolean healthCheckEnabled) Indicates whether health checks are enabled.CreateTargetGroupRequest.Builder.healthCheckIntervalSeconds(Integer healthCheckIntervalSeconds) The approximate amount of time, in seconds, between health checks of an individual target.CreateTargetGroupRequest.Builder.healthCheckPath(String healthCheckPath) [HTTP/HTTPS health checks] The destination for health checks on the targets.CreateTargetGroupRequest.Builder.healthCheckPort(String healthCheckPort) The port the load balancer uses when performing health checks on targets.CreateTargetGroupRequest.Builder.healthCheckProtocol(String healthCheckProtocol) The protocol the load balancer uses when performing health checks on targets.CreateTargetGroupRequest.Builder.healthCheckProtocol(ProtocolEnum healthCheckProtocol) The protocol the load balancer uses when performing health checks on targets.CreateTargetGroupRequest.Builder.healthCheckTimeoutSeconds(Integer healthCheckTimeoutSeconds) The amount of time, in seconds, during which no response from a target means a failed health check.CreateTargetGroupRequest.Builder.healthyThresholdCount(Integer healthyThresholdCount) The number of consecutive health check successes required before considering a target healthy.CreateTargetGroupRequest.Builder.ipAddressType(String ipAddressType) The IP address type.CreateTargetGroupRequest.Builder.ipAddressType(TargetGroupIpAddressTypeEnum ipAddressType) The IP address type.default CreateTargetGroupRequest.BuilderCreateTargetGroupRequest.Builder.matcher(Consumer<Matcher.Builder> matcher) [HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.The name of the target group.CreateTargetGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateTargetGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The port on which the targets receive traffic.The protocol to use for routing traffic to the targets.CreateTargetGroupRequest.Builder.protocol(ProtocolEnum protocol) The protocol to use for routing traffic to the targets.CreateTargetGroupRequest.Builder.protocolVersion(String protocolVersion) [HTTP/HTTPS protocol] The protocol version.CreateTargetGroupRequest.Builder.tags(Collection<Tag> tags) The tags to assign to the target group.CreateTargetGroupRequest.Builder.tags(Consumer<Tag.Builder>... tags) The tags to assign to the target group.The tags to assign to the target group.CreateTargetGroupRequest.Builder.targetControlPort(Integer targetControlPort) The port on which the target control agent and application load balancer exchange management traffic for the target optimizer feature.CreateTargetGroupRequest.Builder.targetType(String targetType) The type of target that you must specify when registering targets with this target group.CreateTargetGroupRequest.Builder.targetType(TargetTypeEnum targetType) The type of target that you must specify when registering targets with this target group.CreateTargetGroupRequest.toBuilder()CreateTargetGroupRequest.Builder.unhealthyThresholdCount(Integer unhealthyThresholdCount) The number of consecutive health check failures required before considering a target unhealthy.The identifier of the virtual private cloud (VPC).Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type CreateTargetGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateTargetGroupRequest.Builder>CreateTargetGroupRequest.serializableBuilderClass()