Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.BaseTargetGroupProps.Builder
Packages that use BaseTargetGroupProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of BaseTargetGroupProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return BaseTargetGroupProps.BuilderModifier and TypeMethodDescriptionstatic BaseTargetGroupProps.BuilderBaseTargetGroupProps.builder()BaseTargetGroupProps.Builder.crossZoneEnabled(Boolean crossZoneEnabled) Sets the value ofBaseTargetGroupProps.getCrossZoneEnabled()BaseTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay) Sets the value ofBaseTargetGroupProps.getDeregistrationDelay()BaseTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofBaseTargetGroupProps.getHealthCheck()BaseTargetGroupProps.Builder.ipAddressType(TargetGroupIpAddressType ipAddressType) Sets the value ofBaseTargetGroupProps.getIpAddressType()BaseTargetGroupProps.Builder.targetGroupHealth(TargetGroupHealth targetGroupHealth) Sets the value ofBaseTargetGroupProps.getTargetGroupHealth()BaseTargetGroupProps.Builder.targetGroupName(String targetGroupName) Sets the value ofBaseTargetGroupProps.getTargetGroupName()BaseTargetGroupProps.Builder.targetType(TargetType targetType) Sets the value ofBaseTargetGroupProps.getTargetType()Sets the value ofBaseTargetGroupProps.getVpc()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type BaseTargetGroupProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(BaseTargetGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBaseTargetGroupProps.Builder.