Uses of Interface
software.amazon.awssdk.services.costexplorer.model.ForecastResult.Builder
-
Packages that use ForecastResult.Builder Package Description software.amazon.awssdk.services.costexplorer.model -
-
Uses of ForecastResult.Builder in software.amazon.awssdk.services.costexplorer.model
Methods in software.amazon.awssdk.services.costexplorer.model that return ForecastResult.Builder Modifier and Type Method Description static ForecastResult.BuilderForecastResult. builder()ForecastResult.BuilderForecastResult.Builder. meanValue(String meanValue)The mean value of the forecast.ForecastResult.BuilderForecastResult.Builder. predictionIntervalLowerBound(String predictionIntervalLowerBound)The lower limit for the prediction interval.ForecastResult.BuilderForecastResult.Builder. predictionIntervalUpperBound(String predictionIntervalUpperBound)The upper limit for the prediction interval.default ForecastResult.BuilderForecastResult.Builder. timePeriod(Consumer<DateInterval.Builder> timePeriod)The period of time that the forecast covers.ForecastResult.BuilderForecastResult.Builder. timePeriod(DateInterval timePeriod)The period of time that the forecast covers.ForecastResult.BuilderForecastResult. toBuilder()Methods in software.amazon.awssdk.services.costexplorer.model that return types with arguments of type ForecastResult.Builder Modifier and Type Method Description static Class<? extends ForecastResult.Builder>ForecastResult. serializableBuilderClass()
-