Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.NetworkTargetGroupProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of NetworkTargetGroupProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionNetworkTargetGroupProps.builder()
NetworkTargetGroupProps.Builder.connectionTermination
(Boolean connectionTermination) Sets the value ofNetworkTargetGroupProps.getConnectionTermination()
NetworkTargetGroupProps.Builder.deregistrationDelay
(Duration deregistrationDelay) Sets the value ofBaseTargetGroupProps.getDeregistrationDelay()
NetworkTargetGroupProps.Builder.healthCheck
(HealthCheck healthCheck) Sets the value ofBaseTargetGroupProps.getHealthCheck()
Sets the value ofNetworkTargetGroupProps.getPort()
NetworkTargetGroupProps.Builder.preserveClientIp
(Boolean preserveClientIp) Sets the value ofNetworkTargetGroupProps.getPreserveClientIp()
Sets the value ofNetworkTargetGroupProps.getProtocol()
NetworkTargetGroupProps.Builder.proxyProtocolV2
(Boolean proxyProtocolV2) Sets the value ofNetworkTargetGroupProps.getProxyProtocolV2()
NetworkTargetGroupProps.Builder.targetGroupName
(String targetGroupName) Sets the value ofBaseTargetGroupProps.getTargetGroupName()
NetworkTargetGroupProps.Builder.targets
(List<? extends INetworkLoadBalancerTarget> targets) Sets the value ofNetworkTargetGroupProps.getTargets()
NetworkTargetGroupProps.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 theNetworkTargetGroupProps.Builder
.