Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.BaseLoadBalancerProps.Builder
Packages that use BaseLoadBalancerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of BaseLoadBalancerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return BaseLoadBalancerProps.BuilderModifier and TypeMethodDescriptionBaseLoadBalancerProps.builder()BaseLoadBalancerProps.Builder.deletionProtection(Boolean deletionProtection) Sets the value ofBaseLoadBalancerProps.getDeletionProtection()BaseLoadBalancerProps.Builder.internetFacing(Boolean internetFacing) Sets the value ofBaseLoadBalancerProps.getInternetFacing()BaseLoadBalancerProps.Builder.loadBalancerName(String loadBalancerName) Sets the value ofBaseLoadBalancerProps.getLoadBalancerName()Sets the value ofBaseLoadBalancerProps.getVpc()BaseLoadBalancerProps.Builder.vpcSubnets(SubnetSelection vpcSubnets) Sets the value ofBaseLoadBalancerProps.getVpcSubnets()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type BaseLoadBalancerProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(BaseLoadBalancerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theBaseLoadBalancerProps.Builder.