Interface ListConnectorsResponse.Builder

    • Method Detail

      • nextToken

        ListConnectorsResponse.Builder nextToken​(String nextToken)

        Returns a token that you can use to call ListConnectors again and receive additional results, if there are any.

        Parameters:
        nextToken - Returns a token that you can use to call ListConnectors again and receive additional results, if there are any.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectors

        ListConnectorsResponse.Builder connectors​(Collection<ListedConnector> connectors)

        Returns an array, where each item contains the details of a connector.

        Parameters:
        connectors - Returns an array, where each item contains the details of a connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectors

        ListConnectorsResponse.Builder connectors​(ListedConnector... connectors)

        Returns an array, where each item contains the details of a connector.

        Parameters:
        connectors - Returns an array, where each item contains the details of a connector.
        Returns:
        Returns a reference to this object so that method calls can be chained together.