Interface ExportStatistics.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ExportStatistics.Builder,,- ExportStatistics> - SdkBuilder<ExportStatistics.Builder,,- ExportStatistics> - SdkPojo
- Enclosing class:
- ExportStatistics
@Mutable
@NotThreadSafe
public static interface ExportStatistics.Builder
extends SdkPojo, CopyableBuilder<ExportStatistics.Builder,ExportStatistics> 
- 
Method SummaryModifier and TypeMethodDescriptionexportedRecordsCount(Integer exportedRecordsCount) The number of records that were exported to the final export file.processedRecordsCount(Integer processedRecordsCount) The number of records that were processed to generate the final export file.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- 
processedRecordsCountThe number of records that were processed to generate the final export file. - Parameters:
- processedRecordsCount- The number of records that were processed to generate the final export file.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
exportedRecordsCountThe number of records that were exported to the final export file. This value might not be available for all export source types - Parameters:
- exportedRecordsCount- The number of records that were exported to the final export file.- This value might not be available for all export source types 
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-