Interface Latency.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Latency.Builder,Latency>, SdkBuilder<Latency.Builder,Latency>, SdkPojo
Enclosing class:
Latency

public static interface Latency.Builder extends SdkPojo, CopyableBuilder<Latency.Builder,Latency>
  • Method Details

    • p999

      Latency.Builder p999(Double p999)

      The average latency for the slowest 0.1 percent of requests over the last 10 seconds.

      Parameters:
      p999 - The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • p99

      The average latency for the slowest 1 percent of requests over the last 10 seconds.

      Parameters:
      p99 - The average latency for the slowest 1 percent of requests over the last 10 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • p95

      The average latency for the slowest 5 percent of requests over the last 10 seconds.

      Parameters:
      p95 - The average latency for the slowest 5 percent of requests over the last 10 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • p90

      The average latency for the slowest 10 percent of requests over the last 10 seconds.

      Parameters:
      p90 - The average latency for the slowest 10 percent of requests over the last 10 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • p85

      The average latency for the slowest 15 percent of requests over the last 10 seconds.

      Parameters:
      p85 - The average latency for the slowest 15 percent of requests over the last 10 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • p75

      The average latency for the slowest 25 percent of requests over the last 10 seconds.

      Parameters:
      p75 - The average latency for the slowest 25 percent of requests over the last 10 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • p50

      The average latency for the slowest 50 percent of requests over the last 10 seconds.

      Parameters:
      p50 - The average latency for the slowest 50 percent of requests over the last 10 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • p10

      The average latency for the slowest 90 percent of requests over the last 10 seconds.

      Parameters:
      p10 - The average latency for the slowest 90 percent of requests over the last 10 seconds.
      Returns:
      Returns a reference to this object so that method calls can be chained together.