Uses of Class
com.hashicorp.cdktf.providers.aws.lb.LbSubnetMapping.Builder
-
Packages that use LbSubnetMapping.Builder Package Description com.hashicorp.cdktf.providers.aws.lb aws_lb -
-
Uses of LbSubnetMapping.Builder in com.hashicorp.cdktf.providers.aws.lb
Methods in com.hashicorp.cdktf.providers.aws.lb that return LbSubnetMapping.Builder Modifier and Type Method Description LbSubnetMapping.BuilderLbSubnetMapping.Builder. allocationId(String allocationId)Sets the value ofLbSubnetMapping.getAllocationId()static LbSubnetMapping.BuilderLbSubnetMapping. builder()LbSubnetMapping.BuilderLbSubnetMapping.Builder. ipv6Address(String ipv6Address)Sets the value ofLbSubnetMapping.getIpv6Address()LbSubnetMapping.BuilderLbSubnetMapping.Builder. privateIpv4Address(String privateIpv4Address)Sets the value ofLbSubnetMapping.getPrivateIpv4Address()LbSubnetMapping.BuilderLbSubnetMapping.Builder. subnetId(String subnetId)Sets the value ofLbSubnetMapping.getSubnetId()Constructors in com.hashicorp.cdktf.providers.aws.lb with parameters of type LbSubnetMapping.Builder Constructor Description Jsii$Proxy(LbSubnetMapping.Builder builder)Constructor that initializes the object based on literal property values passed by theLbSubnetMapping.Builder.
-