Interface GetConnectionsResponse.Builder

    • Method Detail

      • connectionList

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

        A list of requested connection definitions.

        Parameters:
        connectionList - A list of requested connection definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectionList

        GetConnectionsResponse.Builder connectionList​(Connection... connectionList)

        A list of requested connection definitions.

        Parameters:
        connectionList - A list of requested connection definitions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetConnectionsResponse.Builder nextToken​(String nextToken)

        A continuation token, if the list of connections returned does not include the last of the filtered connections.

        Parameters:
        nextToken - A continuation token, if the list of connections returned does not include the last of the filtered connections.
        Returns:
        Returns a reference to this object so that method calls can be chained together.