Interface ListConnectorsResponse.Builder

    • Method Detail

      • connectors

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

        Contains information about the connectors supported by Amazon AppFlow.

        Parameters:
        connectors - Contains information about the connectors supported by Amazon AppFlow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectors

        ListConnectorsResponse.Builder connectors​(ConnectorDetail... connectors)

        Contains information about the connectors supported by Amazon AppFlow.

        Parameters:
        connectors - Contains information about the connectors supported by Amazon AppFlow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConnectorsResponse.Builder nextToken​(String nextToken)

        The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.

        Parameters:
        nextToken - The pagination token for the next page of data. If nextToken=null, this means that all records have been fetched.
        Returns:
        Returns a reference to this object so that method calls can be chained together.