public static interface ListWhatIfForecastsResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<ListWhatIfForecastsResponse.Builder,ListWhatIfForecastsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastsResponse.Builder |
nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a
NextToken. |
ListWhatIfForecastsResponse.Builder |
whatIfForecasts(Collection<WhatIfForecastSummary> whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
ListWhatIfForecastsResponse.Builder |
whatIfForecasts(Consumer<WhatIfForecastSummary.Builder>... whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
ListWhatIfForecastsResponse.Builder |
whatIfForecasts(WhatIfForecastSummary... whatIfForecasts)
An array of
WhatIfForecasts objects that describe the matched forecasts. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWhatIfForecastsResponse.Builder whatIfForecasts(Collection<WhatIfForecastSummary> whatIfForecasts)
An array of WhatIfForecasts objects that describe the matched forecasts.
whatIfForecasts - An array of WhatIfForecasts objects that describe the matched forecasts.ListWhatIfForecastsResponse.Builder whatIfForecasts(WhatIfForecastSummary... whatIfForecasts)
An array of WhatIfForecasts objects that describe the matched forecasts.
whatIfForecasts - An array of WhatIfForecasts objects that describe the matched forecasts.ListWhatIfForecastsResponse.Builder whatIfForecasts(Consumer<WhatIfForecastSummary.Builder>... whatIfForecasts)
An array of WhatIfForecasts objects that describe the matched forecasts.
WhatIfForecastSummary.Builder avoiding the need to
create one manually via
WhatIfForecastSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #whatIfForecasts(List.
whatIfForecasts - a consumer that will call methods on
WhatIfForecastSummary.Builder#whatIfForecasts(java.util.Collection) ListWhatIfForecastsResponse.Builder nextToken(String nextToken)
If the result of the previous request was truncated, the response includes a NextToken. To
retrieve the next set of results, use the token in the next
request. Tokens expire after 24 hours.
nextToken - If the result of the previous request was truncated, the response includes a NextToken.
To retrieve the next set of results, use the token in the next
request. Tokens expire after 24
hours.Copyright © 2023. All rights reserved.