Interface ForecastStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ForecastStatistics.Builder,ForecastStatistics>,SdkBuilder<ForecastStatistics.Builder,ForecastStatistics>,SdkPojo
- Enclosing class:
- ForecastStatistics
@Mutable @NotThreadSafe public static interface ForecastStatistics.Builder extends SdkPojo, CopyableBuilder<ForecastStatistics.Builder,ForecastStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForecastStatistics.BuilderfaultCountHigh(Long faultCountHigh)The upper limit of fault counts for a service.ForecastStatistics.BuilderfaultCountLow(Long faultCountLow)The lower limit of fault counts for a service.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
faultCountHigh
ForecastStatistics.Builder faultCountHigh(Long faultCountHigh)
The upper limit of fault counts for a service.
- Parameters:
faultCountHigh- The upper limit of fault counts for a service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
faultCountLow
ForecastStatistics.Builder faultCountLow(Long faultCountLow)
The lower limit of fault counts for a service.
- Parameters:
faultCountLow- The lower limit of fault counts for a service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-