Interface ImportStatistics.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ImportStatistics.Builder,ImportStatistics>, SdkBuilder<ImportStatistics.Builder,ImportStatistics>, SdkPojo
Enclosing class:
ImportStatistics

@Mutable @NotThreadSafe public static interface ImportStatistics.Builder extends SdkPojo, CopyableBuilder<ImportStatistics.Builder,ImportStatistics>
  • Method Details

    • bytesImported

      ImportStatistics.Builder bytesImported(Long bytesImported)

      The total number of bytes that have been imported to the managed log group.

      Parameters:
      bytesImported - The total number of bytes that have been imported to the managed log group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.