Interface ModelLatencyThreshold.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModelLatencyThreshold.Builder,,ModelLatencyThreshold> SdkBuilder<ModelLatencyThreshold.Builder,,ModelLatencyThreshold> SdkPojo
- Enclosing class:
 ModelLatencyThreshold
@Mutable
@NotThreadSafe
public static interface ModelLatencyThreshold.Builder
extends SdkPojo, CopyableBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold> 
- 
Method Summary
Modifier and TypeMethodDescriptionpercentile(String percentile) The model latency percentile threshold.valueInMilliseconds(Integer valueInMilliseconds) The model latency percentile value in milliseconds.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
- 
percentile
The model latency percentile threshold. Acceptable values are
P95andP99. For custom load tests, specify the value asP95.- Parameters:
 percentile- The model latency percentile threshold. Acceptable values areP95andP99. For custom load tests, specify the value asP95.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
valueInMilliseconds
The model latency percentile value in milliseconds.
- Parameters:
 valueInMilliseconds- The model latency percentile value in milliseconds.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -