Interface Stats.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Stats.Builder,
,Stats> SdkBuilder<Stats.Builder,
,Stats> SdkPojo
- Enclosing class:
Stats
@Mutable
@NotThreadSafe
public static interface Stats.Builder
extends SdkPojo, CopyableBuilder<Stats.Builder,Stats>
-
Method Summary
Modifier and TypeMethodDescriptionbytesProcessed
(Long bytesProcessed) The total number of uncompressed object bytes processed.bytesReturned
(Long bytesReturned) The total number of bytes of records payload data returned.bytesScanned
(Long bytesScanned) The total number of object bytes scanned.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 Details
-
bytesScanned
The total number of object bytes scanned.
- Parameters:
bytesScanned
- The total number of object bytes scanned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bytesProcessed
The total number of uncompressed object bytes processed.
- Parameters:
bytesProcessed
- The total number of uncompressed object bytes processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bytesReturned
The total number of bytes of records payload data returned.
- Parameters:
bytesReturned
- The total number of bytes of records payload data returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-