Interface ListTunnelsResponse.Builder

    • Method Detail

      • tunnelSummaries

        ListTunnelsResponse.Builder tunnelSummaries​(Collection<TunnelSummary> tunnelSummaries)

        A short description of the tunnels in an Amazon Web Services account.

        Parameters:
        tunnelSummaries - A short description of the tunnels in an Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tunnelSummaries

        ListTunnelsResponse.Builder tunnelSummaries​(TunnelSummary... tunnelSummaries)

        A short description of the tunnels in an Amazon Web Services account.

        Parameters:
        tunnelSummaries - A short description of the tunnels in an Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListTunnelsResponse.Builder nextToken​(String nextToken)

        The token to use to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token to use to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.