Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.SubnetMapping.Builder
-
Packages that use SubnetMapping.Builder Package Description software.amazon.awssdk.services.elasticloadbalancingv2.model -
-
Uses of SubnetMapping.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return SubnetMapping.Builder Modifier and Type Method Description SubnetMapping.BuilderSubnetMapping.Builder. allocationId(String allocationId)[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.static SubnetMapping.BuilderSubnetMapping. builder()SubnetMapping.BuilderSubnetMapping.Builder. iPv6Address(String iPv6Address)[Network Load Balancers] The IPv6 address.SubnetMapping.BuilderSubnetMapping.Builder. privateIPv4Address(String privateIPv4Address)[Network Load Balancers] The private IPv4 address for an internal load balancer.SubnetMapping.BuilderSubnetMapping.Builder. subnetId(String subnetId)The ID of the subnet.SubnetMapping.BuilderSubnetMapping. toBuilder()Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type SubnetMapping.Builder Modifier and Type Method Description static Class<? extends SubnetMapping.Builder>SubnetMapping. serializableBuilderClass()
-