public static interface RoundTripTime.Builder extends SdkPojo, CopyableBuilder<RoundTripTime.Builder,RoundTripTime>
| Modifier and Type | Method and Description |
|---|---|
RoundTripTime.Builder |
p50(Double p50)
RTT at the 50th percentile (p50).
|
RoundTripTime.Builder |
p90(Double p90)
RTT at the 90th percentile (p90).
|
RoundTripTime.Builder |
p95(Double p95)
RTT at the 95th percentile (p95).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRoundTripTime.Builder p50(Double p50)
RTT at the 50th percentile (p50).
p50 - RTT at the 50th percentile (p50).RoundTripTime.Builder p90(Double p90)
RTT at the 90th percentile (p90).
p90 - RTT at the 90th percentile (p90).RoundTripTime.Builder p95(Double p95)
RTT at the 95th percentile (p95).
p95 - RTT at the 95th percentile (p95).Copyright © 2023. All rights reserved.