Interface ListProxySessionsResponse.Builder

    • Method Detail

      • proxySessions

        ListProxySessionsResponse.Builder proxySessions​(Collection<ProxySession> proxySessions)

        The proxy session details.

        Parameters:
        proxySessions - The proxy session details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • proxySessions

        ListProxySessionsResponse.Builder proxySessions​(ProxySession... proxySessions)

        The proxy session details.

        Parameters:
        proxySessions - The proxy session details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListProxySessionsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results.

        Parameters:
        nextToken - The token to use to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.