Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationTargetGroupProps.Builder
Packages that use ApplicationTargetGroupProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationTargetGroupProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return ApplicationTargetGroupProps.BuilderModifier and TypeMethodDescriptionApplicationTargetGroupProps.builder()ApplicationTargetGroupProps.Builder.crossZoneEnabled(Boolean crossZoneEnabled) Sets the value ofBaseTargetGroupProps.getCrossZoneEnabled()ApplicationTargetGroupProps.Builder.deregistrationDelay(Duration deregistrationDelay) Sets the value ofBaseTargetGroupProps.getDeregistrationDelay()ApplicationTargetGroupProps.Builder.enableAnomalyMitigation(Boolean enableAnomalyMitigation) Sets the value ofApplicationTargetGroupProps.getEnableAnomalyMitigation()ApplicationTargetGroupProps.Builder.healthCheck(HealthCheck healthCheck) Sets the value ofBaseTargetGroupProps.getHealthCheck()ApplicationTargetGroupProps.Builder.ipAddressType(TargetGroupIpAddressType ipAddressType) Sets the value ofBaseTargetGroupProps.getIpAddressType()ApplicationTargetGroupProps.Builder.loadBalancingAlgorithmType(TargetGroupLoadBalancingAlgorithmType loadBalancingAlgorithmType) Sets the value ofApplicationTargetGroupProps.getLoadBalancingAlgorithmType()ApplicationTargetGroupProps.Builder.multiValueHeadersEnabled(Boolean multiValueHeadersEnabled) Sets the value ofApplicationTargetGroupProps.getMultiValueHeadersEnabled()Sets the value ofApplicationTargetGroupProps.getPort()ApplicationTargetGroupProps.Builder.protocol(ApplicationProtocol protocol) Sets the value ofApplicationTargetGroupProps.getProtocol()ApplicationTargetGroupProps.Builder.protocolVersion(ApplicationProtocolVersion protocolVersion) Sets the value ofApplicationTargetGroupProps.getProtocolVersion()Sets the value ofApplicationTargetGroupProps.getSlowStart()ApplicationTargetGroupProps.Builder.stickinessCookieDuration(Duration stickinessCookieDuration) Sets the value ofApplicationTargetGroupProps.getStickinessCookieDuration()ApplicationTargetGroupProps.Builder.stickinessCookieName(String stickinessCookieName) Sets the value ofApplicationTargetGroupProps.getStickinessCookieName()ApplicationTargetGroupProps.Builder.targetGroupHealth(TargetGroupHealth targetGroupHealth) Sets the value ofBaseTargetGroupProps.getTargetGroupHealth()ApplicationTargetGroupProps.Builder.targetGroupName(String targetGroupName) Sets the value ofBaseTargetGroupProps.getTargetGroupName()ApplicationTargetGroupProps.Builder.targets(List<? extends IApplicationLoadBalancerTarget> targets) Sets the value ofApplicationTargetGroupProps.getTargets()ApplicationTargetGroupProps.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 ApplicationTargetGroupProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theApplicationTargetGroupProps.Builder.