Interface GetConnectionsResponse.Builder

    • Method Detail

      • connections

        GetConnectionsResponse.Builder connections​(Collection<Connection> connections)

        Information about the connections.

        Parameters:
        connections - Information about the connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connections

        GetConnectionsResponse.Builder connections​(Connection... connections)

        Information about the connections.

        Parameters:
        connections - Information about the connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetConnectionsResponse.Builder nextToken​(String nextToken)

        The token to use for the next page of results.

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