Interface SubnetMapping.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<SubnetMapping.Builder,,SubnetMapping> SdkBuilder<SubnetMapping.Builder,,SubnetMapping> SdkPojo
- Enclosing class:
 SubnetMapping
public static interface SubnetMapping.Builder
extends SdkPojo, CopyableBuilder<SubnetMapping.Builder,SubnetMapping> 
- 
Method Summary
Modifier and TypeMethodDescriptionipAddressType(String ipAddressType) The subnet's IP address type.ipAddressType(IPAddressType ipAddressType) The subnet's IP address type.The unique identifier for the subnet.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
subnetId
The unique identifier for the subnet.
- Parameters:
 subnetId- The unique identifier for the subnet.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ipAddressType
The subnet's IP address type. You can't change the IP address type after you create the subnet.
- Parameters:
 ipAddressType- The subnet's IP address type. You can't change the IP address type after you create the subnet.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
ipAddressType
The subnet's IP address type. You can't change the IP address type after you create the subnet.
- Parameters:
 ipAddressType- The subnet's IP address type. You can't change the IP address type after you create the subnet.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -