Interface RoundTripTime.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RoundTripTime.Builder,,RoundTripTime> SdkBuilder<RoundTripTime.Builder,,RoundTripTime> SdkPojo
- Enclosing class:
 RoundTripTime
@Mutable
@NotThreadSafe
public static interface RoundTripTime.Builder
extends SdkPojo, CopyableBuilder<RoundTripTime.Builder,RoundTripTime> 
- 
Method Summary
Modifier and TypeMethodDescriptionRTT at the 50th percentile (p50).RTT at the 90th percentile (p90).RTT at the 95th percentile (p95).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
p50
RTT at the 50th percentile (p50).
- Parameters:
 p50- RTT at the 50th percentile (p50).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
p90
RTT at the 90th percentile (p90).
- Parameters:
 p90- RTT at the 90th percentile (p90).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
p95
RTT at the 95th percentile (p95).
- Parameters:
 p95- RTT at the 95th percentile (p95).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -