Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetDescription.Builder
-
Packages that use TargetDescription.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of TargetDescription.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TargetDescription.Builder Modifier and Type Method Description TargetDescription.BuilderTargetDescription.Builder. availabilityZone(String availabilityZone)An Availability Zone orall.static TargetDescription.BuilderTargetDescription. builder()TargetDescription.BuilderTargetDescription.Builder. id(String id)The ID of the target.TargetDescription.BuilderTargetDescription.Builder. port(Integer port)The port on which the target is listening.TargetDescription.BuilderTargetDescription. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetDescription.Builder Modifier and Type Method Description static Class<? extends TargetDescription.Builder>TargetDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticloadbalancingv2.model with type arguments of type TargetDescription.Builder Modifier and Type Method Description default TargetHealthDescription.BuilderTargetHealthDescription.Builder. target(Consumer<TargetDescription.Builder> target)The description of the target.
-