Interface DescribeConnectorsRequest.Builder

    • Method Detail

      • connectorTypesWithStrings

        DescribeConnectorsRequest.Builder connectorTypesWithStrings​(Collection<String> connectorTypes)

        The type of connector, such as Salesforce, Amplitude, and so on.

        Parameters:
        connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorTypesWithStrings

        DescribeConnectorsRequest.Builder connectorTypesWithStrings​(String... connectorTypes)

        The type of connector, such as Salesforce, Amplitude, and so on.

        Parameters:
        connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorTypes

        DescribeConnectorsRequest.Builder connectorTypes​(Collection<ConnectorType> connectorTypes)

        The type of connector, such as Salesforce, Amplitude, and so on.

        Parameters:
        connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorTypes

        DescribeConnectorsRequest.Builder connectorTypes​(ConnectorType... connectorTypes)

        The type of connector, such as Salesforce, Amplitude, and so on.

        Parameters:
        connectorTypes - The type of connector, such as Salesforce, Amplitude, and so on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeConnectorsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of items that should be returned in the result set. The default is 20.

        Parameters:
        maxResults - The maximum number of items that should be returned in the result set. The default is 20.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeConnectorsRequest.Builder nextToken​(String nextToken)

        The pagination token for the next page of data.

        Parameters:
        nextToken - The pagination token for the next page of data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.