Uses of Interface
software.amazon.awssdk.services.quicksight.model.RowInfo.Builder
-
Packages that use RowInfo.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RowInfo.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return RowInfo.Builder Modifier and Type Method Description static RowInfo.BuilderRowInfo. builder()RowInfo.BuilderRowInfo.Builder. rowsDropped(Long rowsDropped)The number of rows that were not ingested.RowInfo.BuilderRowInfo.Builder. rowsIngested(Long rowsIngested)The number of rows that were ingested.RowInfo.BuilderRowInfo. toBuilder()RowInfo.BuilderRowInfo.Builder. totalRowsInDataset(Long totalRowsInDataset)The total number of rows in the dataset.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type RowInfo.Builder Modifier and Type Method Description static Class<? extends RowInfo.Builder>RowInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type RowInfo.Builder Modifier and Type Method Description default Ingestion.BuilderIngestion.Builder. rowInfo(Consumer<RowInfo.Builder> rowInfo)Sets the value of the RowInfo property for this object.
-