Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationTargetGroupProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of ApplicationTargetGroupProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionApplicationTargetGroupProps.builder()
ApplicationTargetGroupProps.Builder.deregistrationDelay
(Duration deregistrationDelay) Sets the value ofBaseTargetGroupProps.getDeregistrationDelay()
ApplicationTargetGroupProps.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofBaseTargetGroupProps.getHealthCheck()
ApplicationTargetGroupProps.Builder.loadBalancingAlgorithmType
(TargetGroupLoadBalancingAlgorithmType loadBalancingAlgorithmType) Sets the value ofApplicationTargetGroupProps.getLoadBalancingAlgorithmType()
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.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()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theApplicationTargetGroupProps.Builder
.