Interface ListConnectionsResponse.Builder

    • Method Detail

      • connections

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

        An array of connections objects that include details about the connections.

        Parameters:
        connections - An array of connections objects that include details about the connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connections

        ListConnectionsResponse.Builder connections​(Connection... connections)

        An array of connections objects that include details about the connections.

        Parameters:
        connections - An array of connections objects that include details about the connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConnectionsResponse.Builder nextToken​(String nextToken)

        A token you can use in a subsequent request to retrieve the next set of results.

        Parameters:
        nextToken - A token you can use in a subsequent request to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.