Interface ListForecastsResponse.Builder

    • Method Detail

      • forecasts

        ListForecastsResponse.Builder forecasts​(Collection<ForecastSummary> forecasts)

        An array of objects that summarize each forecast's properties.

        Parameters:
        forecasts - An array of objects that summarize each forecast's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • forecasts

        ListForecastsResponse.Builder forecasts​(ForecastSummary... forecasts)

        An array of objects that summarize each forecast's properties.

        Parameters:
        forecasts - An array of objects that summarize each forecast's properties.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListForecastsResponse.Builder nextToken​(String nextToken)

        If the response is truncated, Amazon 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, Amazon 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.