Interface SubObjectStatistics.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SubObjectStatistics.Builder,,SubObjectStatistics> SdkBuilder<SubObjectStatistics.Builder,,SubObjectStatistics> SdkPojo
- Enclosing class:
SubObjectStatistics
@Mutable
@NotThreadSafe
public static interface SubObjectStatistics.Builder
extends SdkPojo, CopyableBuilder<SubObjectStatistics.Builder,SubObjectStatistics>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of sub-object data files selected for that refresh.glueVersionId(String glueVersionId) The Glue version ID of the sub-object that the statistics were captured for.partitionCount(Long partitionCount) The number of sub-object partitions selected for that refresh.sourceType(String sourceType) The source type of the sub-object (for example, its table format), which identifies the sub-object.sourceType(SubObjectSourceType sourceType) The source type of the sub-object (for example, its table format), which identifies the sub-object.totalFileBytes(Long totalFileBytes) The total size, in bytes, of the data files counted byFileCount.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
-
sourceType
The source type of the sub-object (for example, its table format), which identifies the sub-object.
- Parameters:
sourceType- The source type of the sub-object (for example, its table format), which identifies the sub-object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceType
The source type of the sub-object (for example, its table format), which identifies the sub-object.
- Parameters:
sourceType- The source type of the sub-object (for example, its table format), which identifies the sub-object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
glueVersionId
The Glue version ID of the sub-object that the statistics were captured for.
- Parameters:
glueVersionId- The Glue version ID of the sub-object that the statistics were captured for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
partitionCount
The number of sub-object partitions selected for that refresh. Not present for unpartitioned sub-objects.
- Parameters:
partitionCount- The number of sub-object partitions selected for that refresh. Not present for unpartitioned sub-objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileCount
The number of sub-object data files selected for that refresh.
- Parameters:
fileCount- The number of sub-object data files selected for that refresh.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalFileBytes
The total size, in bytes, of the data files counted by
FileCount.- Parameters:
totalFileBytes- The total size, in bytes, of the data files counted byFileCount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-