public static interface ListWhatIfAnalysesResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<ListWhatIfAnalysesResponse.Builder,ListWhatIfAnalysesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWhatIfAnalysesResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Forecast returns this token.
|
ListWhatIfAnalysesResponse.Builder |
whatIfAnalyses(Collection<WhatIfAnalysisSummary> whatIfAnalyses)
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
ListWhatIfAnalysesResponse.Builder |
whatIfAnalyses(Consumer<WhatIfAnalysisSummary.Builder>... whatIfAnalyses)
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
ListWhatIfAnalysesResponse.Builder |
whatIfAnalyses(WhatIfAnalysisSummary... whatIfAnalyses)
An array of
WhatIfAnalysisSummary objects that describe the matched analyses. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWhatIfAnalysesResponse.Builder whatIfAnalyses(Collection<WhatIfAnalysisSummary> whatIfAnalyses)
An array of WhatIfAnalysisSummary objects that describe the matched analyses.
whatIfAnalyses - An array of WhatIfAnalysisSummary objects that describe the matched analyses.ListWhatIfAnalysesResponse.Builder whatIfAnalyses(WhatIfAnalysisSummary... whatIfAnalyses)
An array of WhatIfAnalysisSummary objects that describe the matched analyses.
whatIfAnalyses - An array of WhatIfAnalysisSummary objects that describe the matched analyses.ListWhatIfAnalysesResponse.Builder whatIfAnalyses(Consumer<WhatIfAnalysisSummary.Builder>... whatIfAnalyses)
An array of WhatIfAnalysisSummary objects that describe the matched analyses.
WhatIfAnalysisSummary.Builder avoiding the need to
create one manually via
WhatIfAnalysisSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #whatIfAnalyses(List.
whatIfAnalyses - a consumer that will call methods on
WhatIfAnalysisSummary.Builder#whatIfAnalyses(java.util.Collection) ListWhatIfAnalysesResponse.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.