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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportStatistics.BuilderbytesImported(Long bytesImported)The total number of bytes that have been imported to the managed log group.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.
-
-