Interface DescribeConnectorProfilesRequest.Builder

    • Method Detail

      • connectorProfileNames

        DescribeConnectorProfilesRequest.Builder connectorProfileNames​(Collection<String> connectorProfileNames)

        The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

        Parameters:
        connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorProfileNames

        DescribeConnectorProfilesRequest.Builder connectorProfileNames​(String... connectorProfileNames)

        The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.

        Parameters:
        connectorProfileNames - The name of the connector profile. The name is unique for each ConnectorProfile in the Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorType

        DescribeConnectorProfilesRequest.Builder connectorType​(String connectorType)

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

        Parameters:
        connectorType - 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.
        See Also:
        ConnectorType, ConnectorType
      • connectorLabel

        DescribeConnectorProfilesRequest.Builder connectorLabel​(String connectorLabel)

        The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.

        Parameters:
        connectorLabel - The name of the connector. The name is unique for each ConnectorRegistration in your Amazon Web Services account. Only needed if calling for CUSTOMCONNECTOR connector type/.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        DescribeConnectorProfilesRequest.Builder maxResults​(Integer maxResults)

        Specifies the maximum number of items that should be returned in the result set. The default for maxResults is 20 (for all paginated API operations).

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

        DescribeConnectorProfilesRequest.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.