Interface InputDestinationRoute.Builder

    • Method Detail

      • cidr

        InputDestinationRoute.Builder cidr​(String cidr)
        The CIDR of the route.
        Parameters:
        cidr - The CIDR of the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • gateway

        InputDestinationRoute.Builder gateway​(String gateway)
        An optional gateway for the route.
        Parameters:
        gateway - An optional gateway for the route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.