Interface ListIngestionJobsResponse.Builder

    • Method Detail

      • ingestionJobSummaries

        ListIngestionJobsResponse.Builder ingestionJobSummaries​(Collection<IngestionJobSummary> ingestionJobSummaries)
        Sets the value of the IngestionJobSummaries property for this object.
        Parameters:
        ingestionJobSummaries - The new value for the IngestionJobSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ingestionJobSummaries

        ListIngestionJobsResponse.Builder ingestionJobSummaries​(IngestionJobSummary... ingestionJobSummaries)
        Sets the value of the IngestionJobSummaries property for this object.
        Parameters:
        ingestionJobSummaries - The new value for the IngestionJobSummaries property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListIngestionJobsResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.