Uses of Interface
software.amazon.awssdk.services.networkfirewall.model.SubnetMapping.Builder
-
Packages that use SubnetMapping.Builder Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of SubnetMapping.Builder in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return SubnetMapping.Builder Modifier and Type Method Description static SubnetMapping.BuilderSubnetMapping. builder()SubnetMapping.BuilderSubnetMapping.Builder. ipAddressType(String ipAddressType)The subnet's IP address type.SubnetMapping.BuilderSubnetMapping.Builder. ipAddressType(IPAddressType ipAddressType)The subnet's IP address type.SubnetMapping.BuilderSubnetMapping.Builder. subnetId(String subnetId)The unique identifier for the subnet.SubnetMapping.BuilderSubnetMapping. toBuilder()Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type SubnetMapping.Builder Modifier and Type Method Description static Class<? extends SubnetMapping.Builder>SubnetMapping. serializableBuilderClass()
-