Interface ListWhatIfForecastExportsResponse.Builder

    • Method Detail

      • whatIfForecastExports

        ListWhatIfForecastExportsResponse.Builder whatIfForecastExports​(Collection<WhatIfForecastExportSummary> whatIfForecastExports)

        An array of WhatIfForecastExports objects that describe the matched forecast exports.

        Parameters:
        whatIfForecastExports - An array of WhatIfForecastExports objects that describe the matched forecast exports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • whatIfForecastExports

        ListWhatIfForecastExportsResponse.Builder whatIfForecastExports​(WhatIfForecastExportSummary... whatIfForecastExports)

        An array of WhatIfForecastExports objects that describe the matched forecast exports.

        Parameters:
        whatIfForecastExports - An array of WhatIfForecastExports objects that describe the matched forecast exports.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        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.