Interface TableRecordExpirationJobMetrics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TableRecordExpirationJobMetrics.Builder,,TableRecordExpirationJobMetrics> SdkBuilder<TableRecordExpirationJobMetrics.Builder,,TableRecordExpirationJobMetrics> SdkPojo
- Enclosing class:
TableRecordExpirationJobMetrics
@Mutable
@NotThreadSafe
public static interface TableRecordExpirationJobMetrics.Builder
extends SdkPojo, CopyableBuilder<TableRecordExpirationJobMetrics.Builder,TableRecordExpirationJobMetrics>
-
Method Summary
Modifier and TypeMethodDescriptiondeletedDataFiles(Long deletedDataFiles) The total number of data files that were removed when the job ran.deletedRecords(Long deletedRecords) The total number of records that were removed when the job ran.removedFilesSize(Long removedFilesSize) The total size (in bytes) of the data files that were removed when the job ran.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
deletedDataFiles
The total number of data files that were removed when the job ran.
- Parameters:
deletedDataFiles- The total number of data files that were removed when the job ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletedRecords
The total number of records that were removed when the job ran.
- Parameters:
deletedRecords- The total number of records that were removed when the job ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removedFilesSize
The total size (in bytes) of the data files that were removed when the job ran.
- Parameters:
removedFilesSize- The total size (in bytes) of the data files that were removed when the job ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-