Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnLoadBalancerProps.Builder
Packages that use CfnLoadBalancerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnLoadBalancerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnLoadBalancerProps.BuilderModifier and TypeMethodDescriptionstatic CfnLoadBalancerProps.BuilderCfnLoadBalancerProps.builder()CfnLoadBalancerProps.Builder.ipAddressType(String ipAddressType) Sets the value ofCfnLoadBalancerProps.getIpAddressType()CfnLoadBalancerProps.Builder.loadBalancerAttributes(List<? extends Object> loadBalancerAttributes) Sets the value ofCfnLoadBalancerProps.getLoadBalancerAttributes()CfnLoadBalancerProps.Builder.loadBalancerAttributes(IResolvable loadBalancerAttributes) Sets the value ofCfnLoadBalancerProps.getLoadBalancerAttributes()Sets the value ofCfnLoadBalancerProps.getName()Sets the value ofCfnLoadBalancerProps.getScheme()CfnLoadBalancerProps.Builder.securityGroups(List<String> securityGroups) Sets the value ofCfnLoadBalancerProps.getSecurityGroups()CfnLoadBalancerProps.Builder.subnetMappings(List<? extends Object> subnetMappings) Sets the value ofCfnLoadBalancerProps.getSubnetMappings()CfnLoadBalancerProps.Builder.subnetMappings(IResolvable subnetMappings) Sets the value ofCfnLoadBalancerProps.getSubnetMappings()Sets the value ofCfnLoadBalancerProps.getSubnets()Sets the value ofCfnLoadBalancerProps.getTags()Sets the value ofCfnLoadBalancerProps.getType()Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type CfnLoadBalancerProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnLoadBalancerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLoadBalancerProps.Builder.