Interface Latency.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Latency.Builder,,Latency> SdkBuilder<Latency.Builder,,Latency> SdkPojo
- Enclosing class:
 Latency
- 
Method Summary
Modifier and TypeMethodDescriptionPeak latency for operations unrelated to read and write operations.Peak latency for read operations.Peak latency for write operations.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
- 
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
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
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.
 
 
 -