Interface CoipCidr.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CoipCidr.Builder,CoipCidr>, SdkBuilder<CoipCidr.Builder,CoipCidr>, SdkPojo
Enclosing class:
CoipCidr

public static interface CoipCidr.Builder extends SdkPojo, CopyableBuilder<CoipCidr.Builder,CoipCidr>
  • Method Details

    • cidr

      An address range in a customer-owned IP address space.

      Parameters:
      cidr - An address range in a customer-owned IP address space.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • coipPoolId

      CoipCidr.Builder coipPoolId(String coipPoolId)

      The ID of the address pool.

      Parameters:
      coipPoolId - The ID of the address pool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • localGatewayRouteTableId

      CoipCidr.Builder localGatewayRouteTableId(String localGatewayRouteTableId)

      The ID of the local gateway route table.

      Parameters:
      localGatewayRouteTableId - The ID of the local gateway route table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.