| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static RowInfo.Builder |
RowInfo.builder() |
RowInfo.Builder |
RowInfo.Builder.rowsDropped(Long rowsDropped)
The number of rows that were not ingested.
|
RowInfo.Builder |
RowInfo.Builder.rowsIngested(Long rowsIngested)
The number of rows that were ingested.
|
RowInfo.Builder |
RowInfo.toBuilder() |
RowInfo.Builder |
RowInfo.Builder.totalRowsInDataset(Long totalRowsInDataset)
The total number of rows in the dataset.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RowInfo.Builder> |
RowInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Ingestion.Builder |
Ingestion.Builder.rowInfo(Consumer<RowInfo.Builder> rowInfo)
Sets the value of the RowInfo property for this object.
|
Copyright © 2023. All rights reserved.