Interface Route.Builder

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

@Mutable @NotThreadSafe public static interface Route.Builder extends SdkPojo, CopyableBuilder<Route.Builder,Route>
  • Method Details

    • cidr

      Route.Builder cidr(String cidr)
      A CIDR block for one Route.
      Parameters:
      cidr - A CIDR block for one Route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • gateway

      Route.Builder gateway(String gateway)
      The IP address of the Gateway for this route, if applicable.
      Parameters:
      gateway - The IP address of the Gateway for this route, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.