Interface RowInfo.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RowInfo.Builder,,- RowInfo> - SdkBuilder<RowInfo.Builder,,- RowInfo> - SdkPojo
- Enclosing class:
- RowInfo
@Mutable
@NotThreadSafe
public static interface RowInfo.Builder
extends SdkPojo, CopyableBuilder<RowInfo.Builder,RowInfo> 
- 
Method SummaryModifier and TypeMethodDescriptionrowsDropped(Long rowsDropped) The number of rows that were not ingested.rowsIngested(Long rowsIngested) The number of rows that were ingested.totalRowsInDataset(Long totalRowsInDataset) The total number of rows in the dataset.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
rowsIngestedThe number of rows that were ingested. - Parameters:
- rowsIngested- The number of rows that were ingested.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
rowsDroppedThe number of rows that were not ingested. - Parameters:
- rowsDropped- The number of rows that were not ingested.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
totalRowsInDatasetThe total number of rows in the dataset. - Parameters:
- totalRowsInDataset- The total number of rows in the dataset.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-