Interface GetUsageForecastResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetUsageForecastResponse.Builder,
,GetUsageForecastResponse> CostExplorerResponse.Builder
,SdkBuilder<GetUsageForecastResponse.Builder,
,GetUsageForecastResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetUsageForecastResponse
-
Method Summary
Modifier and TypeMethodDescriptionforecastResultsByTime
(Collection<ForecastResult> forecastResultsByTime) The forecasts for your query, in order.forecastResultsByTime
(Consumer<ForecastResult.Builder>... forecastResultsByTime) The forecasts for your query, in order.forecastResultsByTime
(ForecastResult... forecastResultsByTime) The forecasts for your query, in order.default GetUsageForecastResponse.Builder
total
(Consumer<MetricValue.Builder> total) How much you're forecasted to use over the forecast period.total
(MetricValue total) How much you're forecasted to use over the forecast period.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
total
How much you're forecasted to use over the forecast period.
- Parameters:
total
- How much you're forecasted to use over the forecast period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
total
How much you're forecasted to use over the forecast period.
This is a convenience method that creates an instance of theMetricValue.Builder
avoiding the need to create one manually viaMetricValue.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tototal(MetricValue)
.- Parameters:
total
- a consumer that will call methods onMetricValue.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
forecastResultsByTime
GetUsageForecastResponse.Builder forecastResultsByTime(Collection<ForecastResult> forecastResultsByTime) The forecasts for your query, in order. For
DAILY
forecasts, this is a list of days. ForMONTHLY
forecasts, this is a list of months.- Parameters:
forecastResultsByTime
- The forecasts for your query, in order. ForDAILY
forecasts, this is a list of days. ForMONTHLY
forecasts, this is a list of months.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forecastResultsByTime
The forecasts for your query, in order. For
DAILY
forecasts, this is a list of days. ForMONTHLY
forecasts, this is a list of months.- Parameters:
forecastResultsByTime
- The forecasts for your query, in order. ForDAILY
forecasts, this is a list of days. ForMONTHLY
forecasts, this is a list of months.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forecastResultsByTime
GetUsageForecastResponse.Builder forecastResultsByTime(Consumer<ForecastResult.Builder>... forecastResultsByTime) The forecasts for your query, in order. For
This is a convenience method that creates an instance of theDAILY
forecasts, this is a list of days. ForMONTHLY
forecasts, this is a list of months.ForecastResult.Builder
avoiding the need to create one manually viaForecastResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toforecastResultsByTime(List<ForecastResult>)
.- Parameters:
forecastResultsByTime
- a consumer that will call methods onForecastResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-