Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetDescription.Builder
Packages that use TargetDescription.Builder
-
Uses of TargetDescription.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TargetDescription.BuilderModifier and TypeMethodDescriptionTargetDescription.Builder.availabilityZone(String availabilityZone) An Availability Zone orall.static TargetDescription.BuilderTargetDescription.builder()The ID of the target.The port on which the target is listening.TargetDescription.Builder.quicServerId(String quicServerId) The server ID for the targets.TargetDescription.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TargetDescription.Builder>TargetDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetDescription.BuilderModifier and TypeMethodDescriptiondefault TargetHealthDescription.BuilderTargetHealthDescription.Builder.target(Consumer<TargetDescription.Builder> target) The description of the target.