public static interface SubnetMapping.Builder extends SdkPojo, CopyableBuilder<SubnetMapping.Builder,SubnetMapping>
| Modifier and Type | Method and Description |
|---|---|
SubnetMapping.Builder |
ipAddressType(IPAddressType ipAddressType)
The subnet's IP address type.
|
SubnetMapping.Builder |
ipAddressType(String ipAddressType)
The subnet's IP address type.
|
SubnetMapping.Builder |
subnetId(String subnetId)
The unique identifier for the subnet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSubnetMapping.Builder subnetId(String subnetId)
The unique identifier for the subnet.
subnetId - The unique identifier for the subnet.SubnetMapping.Builder ipAddressType(String ipAddressType)
The subnet's IP address type. You can't change the IP address type after you create the subnet.
ipAddressType - The subnet's IP address type. You can't change the IP address type after you create the subnet.IPAddressType,
IPAddressTypeSubnetMapping.Builder ipAddressType(IPAddressType ipAddressType)
The subnet's IP address type. You can't change the IP address type after you create the subnet.
ipAddressType - The subnet's IP address type. You can't change the IP address type after you create the subnet.IPAddressType,
IPAddressTypeCopyright © 2023. All rights reserved.