Interface ListForecastExportJobsResponse.Builder

    • Method Detail

      • forecastExportJobs

        ListForecastExportJobsResponse.Builder forecastExportJobs​(Collection<ForecastExportJobSummary> forecastExportJobs)

        An array of objects that summarize each export job's properties.

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

        ListForecastExportJobsResponse.Builder forecastExportJobs​(ForecastExportJobSummary... forecastExportJobs)

        An array of objects that summarize each export job's properties.

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

        ListForecastExportJobsResponse.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.