Uses of Interface
software.amazon.awssdk.services.ec2.model.SubnetConfiguration.Builder
-
Packages that use SubnetConfiguration.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SubnetConfiguration.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SubnetConfiguration.Builder Modifier and Type Method Description static SubnetConfiguration.BuilderSubnetConfiguration. builder()SubnetConfiguration.BuilderSubnetConfiguration.Builder. ipv4(String ipv4)The IPv4 address to assign to the endpoint network interface in the subnet.SubnetConfiguration.BuilderSubnetConfiguration.Builder. ipv6(String ipv6)The IPv6 address to assign to the endpoint network interface in the subnet.SubnetConfiguration.BuilderSubnetConfiguration.Builder. subnetId(String subnetId)The ID of the subnet.SubnetConfiguration.BuilderSubnetConfiguration. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SubnetConfiguration.Builder Modifier and Type Method Description static Class<? extends SubnetConfiguration.Builder>SubnetConfiguration. serializableBuilderClass()
-