Interface NetworkResourceUtilization.Builder

    • 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.