Interface DescribeRouteServerPeersResponse.Builder

    • Method Detail

      • routeServerPeers

        DescribeRouteServerPeersResponse.Builder routeServerPeers​(Collection<RouteServerPeer> routeServerPeers)

        Information about the described route server peers.

        Parameters:
        routeServerPeers - Information about the described route server peers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • routeServerPeers

        DescribeRouteServerPeersResponse.Builder routeServerPeers​(RouteServerPeer... routeServerPeers)

        Information about the described route server peers.

        Parameters:
        routeServerPeers - Information about the described route server peers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeRouteServerPeersResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. This value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.