Interface ListIngestConfigurationsResponse.Builder

    • Method Detail

      • ingestConfigurations

        ListIngestConfigurationsResponse.Builder ingestConfigurations​(Collection<IngestConfigurationSummary> ingestConfigurations)

        List of the matching ingest configurations (summary information only).

        Parameters:
        ingestConfigurations - List of the matching ingest configurations (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestConfigurations

        ListIngestConfigurationsResponse.Builder ingestConfigurations​(IngestConfigurationSummary... ingestConfigurations)

        List of the matching ingest configurations (summary information only).

        Parameters:
        ingestConfigurations - List of the matching ingest configurations (summary information only).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIngestConfigurationsResponse.Builder nextToken​(String nextToken)

        If there are more IngestConfigurations than maxResults, use nextToken in the request to get the next set.

        Parameters:
        nextToken - If there are more IngestConfigurations than maxResults, use nextToken in the request to get the next set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.