Interface DescribeConnectorProfilesResponse.Builder

    • Method Detail

      • connectorProfileDetails

        DescribeConnectorProfilesResponse.Builder connectorProfileDetails​(Collection<ConnectorProfile> connectorProfileDetails)

        Returns information about the connector profiles associated with the flow.

        Parameters:
        connectorProfileDetails - Returns information about the connector profiles associated with the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • connectorProfileDetails

        DescribeConnectorProfilesResponse.Builder connectorProfileDetails​(ConnectorProfile... connectorProfileDetails)

        Returns information about the connector profiles associated with the flow.

        Parameters:
        connectorProfileDetails - Returns information about the connector profiles associated with the flow.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

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