Interface ListWhatIfForecastsResponse.Builder

    • Method Detail

      • whatIfForecasts

        ListWhatIfForecastsResponse.Builder whatIfForecasts​(Collection<WhatIfForecastSummary> whatIfForecasts)

        An array of WhatIfForecasts objects that describe the matched forecasts.

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

        ListWhatIfForecastsResponse.Builder whatIfForecasts​(WhatIfForecastSummary... whatIfForecasts)

        An array of WhatIfForecasts objects that describe the matched forecasts.

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

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.