Interface SubObjectStatistics.Builder

  • Method Details

    • sourceType

      SubObjectStatistics.Builder sourceType(String 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

      SubObjectStatistics.Builder glueVersionId(String 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

      SubObjectStatistics.Builder partitionCount(Long 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

      SubObjectStatistics.Builder fileCount(Long 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

      SubObjectStatistics.Builder totalFileBytes(Long 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 by FileCount.
      Returns:
      Returns a reference to this object so that method calls can be chained together.