Interface VpnStaticRoute.Builder

    • Method Detail

      • destinationCidrBlock

        VpnStaticRoute.Builder destinationCidrBlock​(String destinationCidrBlock)

        The CIDR block associated with the local subnet of the customer data center.

        Parameters:
        destinationCidrBlock - The CIDR block associated with the local subnet of the customer data center.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        VpnStaticRoute.Builder state​(String state)

        The current state of the static route.

        Parameters:
        state - The current state of the static route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VpnState, VpnState
      • state

        VpnStaticRoute.Builder state​(VpnState state)

        The current state of the static route.

        Parameters:
        state - The current state of the static route.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        VpnState, VpnState