Interface EdgeTrafficStats.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EdgeTrafficStats.Builder,,EdgeTrafficStats> SdkBuilder<EdgeTrafficStats.Builder,,EdgeTrafficStats> SdkPojo
- Enclosing class:
EdgeTrafficStats
@Mutable
@NotThreadSafe
public static interface EdgeTrafficStats.Builder
extends SdkPojo, CopyableBuilder<EdgeTrafficStats.Builder,EdgeTrafficStats>
-
Method Summary
Modifier and TypeMethodDescriptionTotal bytes observed across the edge.Total network flows observed across the edge.Total packets observed across the edge.receivedBytes(Long receivedBytes) Total bytes received from the destination.Total bytes sent to the destination.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
-
bytes
Total bytes observed across the edge.
- Parameters:
bytes- Total bytes observed across the edge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packets
Total packets observed across the edge.
- Parameters:
packets- Total packets observed across the edge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flows
Total network flows observed across the edge.
- Parameters:
flows- Total network flows observed across the edge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sentBytes
Total bytes sent to the destination.
- Parameters:
sentBytes- Total bytes sent to the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
receivedBytes
Total bytes received from the destination.
- Parameters:
receivedBytes- Total bytes received from the destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-