| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
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 AWS request ID for this operation.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.status(Integer status)
The HTTP status of the request.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIngestionsResponse.Builder> |
ListIngestionsResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.