Interface ListConnectorsRequest.Builder

    • Method Detail

      • connectorNamePrefix

        ListConnectorsRequest.Builder connectorNamePrefix​(String connectorNamePrefix)

        The name prefix that you want to use to search for and list connectors.

        Parameters:
        connectorNamePrefix - The name prefix that you want to use to search for and list connectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListConnectorsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of connectors to list in one response.

        Parameters:
        maxResults - The maximum number of connectors to list in one response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConnectorsRequest.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 the previous operation 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 the previous operation left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.