Interface ModelLatencyThreshold.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold>,SdkBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold>,SdkPojo
- Enclosing class:
- ModelLatencyThreshold
public static interface ModelLatencyThreshold.Builder extends SdkPojo, CopyableBuilder<ModelLatencyThreshold.Builder,ModelLatencyThreshold>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelLatencyThreshold.Builderpercentile(String percentile)The model latency percentile threshold.ModelLatencyThreshold.BuildervalueInMilliseconds(Integer valueInMilliseconds)The model latency percentile value in milliseconds.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
percentile
ModelLatencyThreshold.Builder percentile(String 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
ModelLatencyThreshold.Builder valueInMilliseconds(Integer 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.
-
-