static ListIngestionsResponse.Builder |
ListIngestionsResponse.builder() |
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.ingestions(Collection<Ingestion> ingestions) |
A list of the ingestions.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.ingestions(Consumer<Ingestion.Builder>... ingestions) |
A list of the ingestions.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.ingestions(Ingestion... ingestions) |
A list of the ingestions.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.nextToken(String nextToken) |
The token for the next set of results, or null if there are no more results.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.requestId(String requestId) |
The Amazon Web Services request ID for this operation.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.status(Integer status) |
The HTTP status of the request.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.toBuilder() |
|