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 AWS 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 that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #ingestions(List) .ingestions - a consumer that will call methods on List.Builder #ingestions(List) 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 AWS request ID for this operation.
requestId - The AWS request ID for this operation.ListIngestionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.