Interface DescribeIntegrationsResponse.Builder

    • Method Detail

      • integrations

        DescribeIntegrationsResponse.Builder integrations​(Collection<Integration> integrations)

        A list of zero-ETL integrations.

        Parameters:
        integrations - A list of zero-ETL integrations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • integrations

        DescribeIntegrationsResponse.Builder integrations​(Integration... integrations)

        A list of zero-ETL integrations.

        Parameters:
        integrations - A list of zero-ETL integrations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeIntegrationsResponse.Builder marker​(String marker)

        A value that indicates the starting point for the next set of response records in a subsequent request.

        Parameters:
        marker - A value that indicates the starting point for the next set of response records in a subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.