Interface NetworkResourceUtilization.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NetworkResourceUtilization.Builder,NetworkResourceUtilization>,SdkBuilder<NetworkResourceUtilization.Builder,NetworkResourceUtilization>,SdkPojo
- Enclosing class:
- NetworkResourceUtilization
public static interface NetworkResourceUtilization.Builder extends SdkPojo, CopyableBuilder<NetworkResourceUtilization.Builder,NetworkResourceUtilization>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NetworkResourceUtilization.BuildernetworkInBytesPerSecond(String networkInBytesPerSecond)The network inbound throughput utilization measured in Bytes per second (Bps).NetworkResourceUtilization.BuildernetworkOutBytesPerSecond(String networkOutBytesPerSecond)The network outbound throughput utilization measured in Bytes per second (Bps).NetworkResourceUtilization.BuildernetworkPacketsInPerSecond(String networkPacketsInPerSecond)The network inbound packets that are measured in packets per second.NetworkResourceUtilization.BuildernetworkPacketsOutPerSecond(String networkPacketsOutPerSecond)The network outbound packets that are measured in packets per second.-
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, sdkFields
-
-
-
-
Method Detail
-
networkInBytesPerSecond
NetworkResourceUtilization.Builder networkInBytesPerSecond(String networkInBytesPerSecond)
The network inbound throughput utilization measured in Bytes per second (Bps).
- Parameters:
networkInBytesPerSecond- The network inbound throughput utilization measured in Bytes per second (Bps).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkOutBytesPerSecond
NetworkResourceUtilization.Builder networkOutBytesPerSecond(String networkOutBytesPerSecond)
The network outbound throughput utilization measured in Bytes per second (Bps).
- Parameters:
networkOutBytesPerSecond- The network outbound throughput utilization measured in Bytes per second (Bps).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkPacketsInPerSecond
NetworkResourceUtilization.Builder networkPacketsInPerSecond(String networkPacketsInPerSecond)
The network inbound packets that are measured in packets per second.
- Parameters:
networkPacketsInPerSecond- The network inbound packets that are measured in packets per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkPacketsOutPerSecond
NetworkResourceUtilization.Builder networkPacketsOutPerSecond(String networkPacketsOutPerSecond)
The network outbound packets that are measured in packets per second.
- Parameters:
networkPacketsOutPerSecond- The network outbound packets that are measured in packets per second.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-