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
Modifier and TypeMethodDescriptionbytesImported(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
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
-
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.
-