Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnLoadBalancerProps.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnLoadBalancerProps.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Modifier and TypeMethodDescriptionstatic CfnLoadBalancerProps.Builder
CfnLoadBalancerProps.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()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnLoadBalancerProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnLoadBalancerProps.Builder
.