static ListIngestionJobsResponse.Builder |
ListIngestionJobsResponse.builder() |
|
ListIngestionJobsResponse.Builder |
ListIngestionJobsResponse.Builder.ingestionJobSummaries(Collection<IngestionJobSummary> ingestionJobSummaries) |
A list of objects, each of which contains information about an ingestion job.
|
ListIngestionJobsResponse.Builder |
ListIngestionJobsResponse.Builder.ingestionJobSummaries(Consumer<IngestionJobSummary.Builder>... ingestionJobSummaries) |
A list of objects, each of which contains information about an ingestion job.
|
ListIngestionJobsResponse.Builder |
ListIngestionJobsResponse.Builder.ingestionJobSummaries(IngestionJobSummary... ingestionJobSummaries) |
A list of objects, each of which contains information about an ingestion job.
|
ListIngestionJobsResponse.Builder |
ListIngestionJobsResponse.Builder.nextToken(String nextToken) |
If the total number of results is greater than the maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of
results.
|
ListIngestionJobsResponse.Builder |
ListIngestionJobsResponse.toBuilder() |
|