Uses of Class
software.amazon.awscdk.services.elasticloadbalancingv2.CfnLoadBalancer.SubnetMappingProperty.Builder
Packages that use CfnLoadBalancer.SubnetMappingProperty.Builder
Package
Description
Amazon Elastic Load Balancing V2 Construct Library
-
Uses of CfnLoadBalancer.SubnetMappingProperty.Builder in software.amazon.awscdk.services.elasticloadbalancingv2
Methods in software.amazon.awscdk.services.elasticloadbalancingv2 that return CfnLoadBalancer.SubnetMappingProperty.BuilderModifier and TypeMethodDescriptionCfnLoadBalancer.SubnetMappingProperty.Builder.allocationId
(String allocationId) Sets the value ofCfnLoadBalancer.SubnetMappingProperty.getAllocationId()
CfnLoadBalancer.SubnetMappingProperty.builder()
CfnLoadBalancer.SubnetMappingProperty.Builder.iPv6Address
(String iPv6Address) Sets the value ofCfnLoadBalancer.SubnetMappingProperty.getIPv6Address()
CfnLoadBalancer.SubnetMappingProperty.Builder.privateIPv4Address
(String privateIPv4Address) Sets the value ofCfnLoadBalancer.SubnetMappingProperty.getPrivateIPv4Address()
Sets the value ofCfnLoadBalancer.SubnetMappingProperty.getSubnetId()
Constructors in software.amazon.awscdk.services.elasticloadbalancingv2 with parameters of type CfnLoadBalancer.SubnetMappingProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLoadBalancer.SubnetMappingProperty.Builder
.