Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.NetworkLoadBalancerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of NetworkLoadBalancerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionNetworkLoadBalancerProps.builder()
NetworkLoadBalancerProps.Builder.clientRoutingPolicy
(ClientRoutingPolicy clientRoutingPolicy) Sets the value ofNetworkLoadBalancerProps.getClientRoutingPolicy()
NetworkLoadBalancerProps.Builder.crossZoneEnabled
(Boolean crossZoneEnabled) Sets the value ofBaseLoadBalancerProps.getCrossZoneEnabled()
NetworkLoadBalancerProps.Builder.deletionProtection
(Boolean deletionProtection) Sets the value ofBaseLoadBalancerProps.getDeletionProtection()
NetworkLoadBalancerProps.Builder.denyAllIgwTraffic
(Boolean denyAllIgwTraffic) Sets the value ofBaseLoadBalancerProps.getDenyAllIgwTraffic()
NetworkLoadBalancerProps.Builder.enforceSecurityGroupInboundRulesOnPrivateLinkTraffic
(Boolean enforceSecurityGroupInboundRulesOnPrivateLinkTraffic) NetworkLoadBalancerProps.Builder.internetFacing
(Boolean internetFacing) Sets the value ofBaseLoadBalancerProps.getInternetFacing()
NetworkLoadBalancerProps.Builder.ipAddressType
(IpAddressType ipAddressType) Sets the value ofNetworkLoadBalancerProps.getIpAddressType()
NetworkLoadBalancerProps.Builder.loadBalancerName
(String loadBalancerName) Sets the value ofBaseLoadBalancerProps.getLoadBalancerName()
NetworkLoadBalancerProps.Builder.securityGroups
(List<? extends ISecurityGroup> securityGroups) Sets the value ofNetworkLoadBalancerProps.getSecurityGroups()
Sets the value ofBaseLoadBalancerProps.getVpc()
NetworkLoadBalancerProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofBaseLoadBalancerProps.getVpcSubnets()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theNetworkLoadBalancerProps.Builder
.