public static interface ListIngestionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListIngestionsResponse.Builder,ListIngestionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsResponse.Builder |
ingestions(Collection<Ingestion> ingestions)
A list of the ingestions.
|
ListIngestionsResponse.Builder |
ingestions(Consumer<Ingestion.Builder>... ingestions)
A list of the ingestions.
|
ListIngestionsResponse.Builder |
ingestions(Ingestion... ingestions)
A list of the ingestions.
|
ListIngestionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListIngestionsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListIngestionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIngestionsResponse.Builder ingestions(Collection<Ingestion> ingestions)
A list of the ingestions.
ingestions - A list of the ingestions.ListIngestionsResponse.Builder ingestions(Ingestion... ingestions)
A list of the ingestions.
ingestions - A list of the ingestions.ListIngestionsResponse.Builder ingestions(Consumer<Ingestion.Builder>... ingestions)
A list of the ingestions.
This is a convenience method that creates an instance of theIngestion.Builder avoiding the need to create one
manually via Ingestion.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #ingestions(List.
ingestions - a consumer that will call methods on
Ingestion.Builder#ingestions(java.util.Collection) ListIngestionsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListIngestionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListIngestionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.