Interface ListConnectionsResponse.Builder

    • Method Detail

      • connections

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

        A list of connections and the details for each connection, such as status, owner, and provider type.

        Parameters:
        connections - A list of connections and the details for each connection, such as status, owner, and provider type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connections

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

        A list of connections and the details for each connection, such as status, owner, and provider type.

        Parameters:
        connections - A list of connections and the details for each connection, such as status, owner, and provider type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConnectionsResponse.Builder nextToken​(String nextToken)

        A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

        Parameters:
        nextToken - A token that can be used in the next ListConnections call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.