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

    • read

      Latency.Builder read(Double read)

      Peak latency for read operations.

      Parameters:
      read - Peak latency for read operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • write

      Latency.Builder write(Double write)

      Peak latency for write operations.

      Parameters:
      write - Peak latency for write operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • other

      Latency.Builder other(Double other)

      Peak latency for operations unrelated to read and write operations.

      Parameters:
      other - Peak latency for operations unrelated to read and write operations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.