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 Details

    • subnetId

      SubnetMapping.Builder subnetId(String 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

      SubnetMapping.Builder ipAddressType(String 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

      SubnetMapping.Builder ipAddressType(IPAddressType 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: