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