Interface ListConnectorsResponse.Builder

    • Method Detail

      • connectors

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

        An array of connector descriptions.

        Parameters:
        connectors - An array of connector descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectors

        ListConnectorsResponse.Builder connectors​(ConnectorSummary... connectors)

        An array of connector descriptions.

        Parameters:
        connectors - An array of connector descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConnectorsResponse.Builder nextToken​(String nextToken)

        If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.

        Parameters:
        nextToken - If the response of a ListConnectors operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where it left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.