public static interface ListWhatIfForecastExportsResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<ListWhatIfForecastExportsResponse.Builder,ListWhatIfForecastExportsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfForecastExportsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Forecast returns this token.
|
ListWhatIfForecastExportsResponse.Builder |
whatIfForecastExports(Collection<WhatIfForecastExportSummary> whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
ListWhatIfForecastExportsResponse.Builder |
whatIfForecastExports(Consumer<WhatIfForecastExportSummary.Builder>... whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
ListWhatIfForecastExportsResponse.Builder |
whatIfForecastExports(WhatIfForecastExportSummary... whatIfForecastExports)
An array of
WhatIfForecastExports objects that describe the matched forecast exports. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWhatIfForecastExportsResponse.Builder whatIfForecastExports(Collection<WhatIfForecastExportSummary> whatIfForecastExports)
An array of WhatIfForecastExports objects that describe the matched forecast exports.
whatIfForecastExports - An array of WhatIfForecastExports objects that describe the matched forecast exports.ListWhatIfForecastExportsResponse.Builder whatIfForecastExports(WhatIfForecastExportSummary... whatIfForecastExports)
An array of WhatIfForecastExports objects that describe the matched forecast exports.
whatIfForecastExports - An array of WhatIfForecastExports objects that describe the matched forecast exports.ListWhatIfForecastExportsResponse.Builder whatIfForecastExports(Consumer<WhatIfForecastExportSummary.Builder>... whatIfForecastExports)
An array of WhatIfForecastExports objects that describe the matched forecast exports.
WhatIfForecastExportSummary.Builder avoiding the need
to create one manually via
WhatIfForecastExportSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #whatIfForecastExports(List.
whatIfForecastExports - a consumer that will call methods on
WhatIfForecastExportSummary.Builder#whatIfForecastExports(java.util.Collection) ListWhatIfForecastExportsResponse.Builder nextToken(String nextToken)
If the response is truncated, Forecast returns this token. To retrieve the next set of results, use the token in the next request.
nextToken - If the response is truncated, Forecast returns this token. To retrieve the next set of results, use
the token in the next request.Copyright © 2023. All rights reserved.