Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.TargetHealthDescription.Builder
Packages that use TargetHealthDescription.Builder
-
Uses of TargetHealthDescription.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return TargetHealthDescription.BuilderModifier and TypeMethodDescriptiondefault TargetHealthDescription.BuilderTargetHealthDescription.Builder.administrativeOverride(Consumer<AdministrativeOverride.Builder> administrativeOverride) The administrative override information for the target.TargetHealthDescription.Builder.administrativeOverride(AdministrativeOverride administrativeOverride) The administrative override information for the target.default TargetHealthDescription.BuilderTargetHealthDescription.Builder.anomalyDetection(Consumer<AnomalyDetection.Builder> anomalyDetection) The anomaly detection result for the target.TargetHealthDescription.Builder.anomalyDetection(AnomalyDetection anomalyDetection) The anomaly detection result for the target.TargetHealthDescription.builder()TargetHealthDescription.Builder.healthCheckPort(String healthCheckPort) The port to use to connect with the target.default TargetHealthDescription.BuilderTargetHealthDescription.Builder.target(Consumer<TargetDescription.Builder> target) The description of the target.TargetHealthDescription.Builder.target(TargetDescription target) The description of the target.default TargetHealthDescription.BuilderTargetHealthDescription.Builder.targetHealth(Consumer<TargetHealth.Builder> targetHealth) The health information for the target.TargetHealthDescription.Builder.targetHealth(TargetHealth targetHealth) The health information for the target.TargetHealthDescription.toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type TargetHealthDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TargetHealthDescription.Builder>TargetHealthDescription.serializableBuilderClass()