Interface ListPredictorsResponse.Builder

    • Method Detail

      • predictors

        ListPredictorsResponse.Builder predictors​(Collection<PredictorSummary> predictors)

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

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

        ListPredictorsResponse.Builder predictors​(PredictorSummary... predictors)

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

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

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