Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.NetworkLoadBalancerProps.Builder
Packages that use NetworkLoadBalancerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of NetworkLoadBalancerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return NetworkLoadBalancerProps.BuilderModifier 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.disableSecurityGroups(Boolean disableSecurityGroups) Sets the value ofNetworkLoadBalancerProps.getDisableSecurityGroups()NetworkLoadBalancerProps.Builder.enablePrefixForIpv6SourceNat(Boolean enablePrefixForIpv6SourceNat) Sets the value ofNetworkLoadBalancerProps.getEnablePrefixForIpv6SourceNat()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.minimumCapacityUnit(Number minimumCapacityUnit) Sets the value ofBaseLoadBalancerProps.getMinimumCapacityUnit()NetworkLoadBalancerProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofNetworkLoadBalancerProps.getSecurityGroups()NetworkLoadBalancerProps.Builder.subnetMappings(List<? extends SubnetMapping> subnetMappings) Sets the value ofNetworkLoadBalancerProps.getSubnetMappings()Sets the value ofBaseLoadBalancerProps.getVpc()NetworkLoadBalancerProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofBaseLoadBalancerProps.getVpcSubnets()NetworkLoadBalancerProps.Builder.zonalShift(Boolean zonalShift) Sets the value ofNetworkLoadBalancerProps.getZonalShift()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type NetworkLoadBalancerProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theNetworkLoadBalancerProps.Builder.