| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Ingestion |
Ingestion.clone() |
Ingestion |
DescribeIngestionResult.getIngestion()
Information about the ingestion.
|
Ingestion |
Ingestion.withArn(String arn)
The Amazon Resource Name (ARN) of the resource.
|
Ingestion |
Ingestion.withCreatedTime(Date createdTime)
The time that this ingestion started.
|
Ingestion |
Ingestion.withErrorInfo(ErrorInfo errorInfo)
Error information for this ingestion.
|
Ingestion |
Ingestion.withIngestionId(String ingestionId)
Ingestion ID.
|
Ingestion |
Ingestion.withIngestionSizeInBytes(Long ingestionSizeInBytes)
The size of the data ingested, in bytes.
|
Ingestion |
Ingestion.withIngestionStatus(IngestionStatus ingestionStatus)
Ingestion status.
|
Ingestion |
Ingestion.withIngestionStatus(String ingestionStatus)
Ingestion status.
|
Ingestion |
Ingestion.withIngestionTimeInSeconds(Long ingestionTimeInSeconds)
The time that this ingestion took, measured in seconds.
|
Ingestion |
Ingestion.withQueueInfo(QueueInfo queueInfo) |
Ingestion |
Ingestion.withRequestSource(IngestionRequestSource requestSource)
Event source for this ingestion.
|
Ingestion |
Ingestion.withRequestSource(String requestSource)
Event source for this ingestion.
|
Ingestion |
Ingestion.withRequestType(IngestionRequestType requestType)
Type of this ingestion.
|
Ingestion |
Ingestion.withRequestType(String requestType)
Type of this ingestion.
|
Ingestion |
Ingestion.withRowInfo(RowInfo rowInfo) |
| Modifier and Type | Method and Description |
|---|---|
List<Ingestion> |
ListIngestionsResult.getIngestions()
A list of the ingestions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeIngestionResult.setIngestion(Ingestion ingestion)
Information about the ingestion.
|
DescribeIngestionResult |
DescribeIngestionResult.withIngestion(Ingestion ingestion)
Information about the ingestion.
|
ListIngestionsResult |
ListIngestionsResult.withIngestions(Ingestion... ingestions)
A list of the ingestions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListIngestionsResult.setIngestions(Collection<Ingestion> ingestions)
A list of the ingestions.
|
ListIngestionsResult |
ListIngestionsResult.withIngestions(Collection<Ingestion> ingestions)
A list of the ingestions.
|
Copyright © 2024. All rights reserved.