Interface ListWhatIfAnalysesResponse.Builder

    • Method Detail

      • whatIfAnalyses

        ListWhatIfAnalysesResponse.Builder whatIfAnalyses​(Collection<WhatIfAnalysisSummary> whatIfAnalyses)

        An array of WhatIfAnalysisSummary objects that describe the matched analyses.

        Parameters:
        whatIfAnalyses - An array of WhatIfAnalysisSummary objects that describe the matched analyses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whatIfAnalyses

        ListWhatIfAnalysesResponse.Builder whatIfAnalyses​(WhatIfAnalysisSummary... whatIfAnalyses)

        An array of WhatIfAnalysisSummary objects that describe the matched analyses.

        Parameters:
        whatIfAnalyses - An array of WhatIfAnalysisSummary objects that describe the matched analyses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        nextToken - If the response is truncated, Forecast returns this token. To retrieve the next set of results, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.