Interface ListEventPredictionsResponse.Builder

    • Method Detail

      • eventPredictionSummaries

        ListEventPredictionsResponse.Builder eventPredictionSummaries​(Collection<EventPredictionSummary> eventPredictionSummaries)

        The summary of the past predictions.

        Parameters:
        eventPredictionSummaries - The summary of the past predictions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventPredictionSummaries

        ListEventPredictionsResponse.Builder eventPredictionSummaries​(EventPredictionSummary... eventPredictionSummaries)

        The summary of the past predictions.

        Parameters:
        eventPredictionSummaries - The summary of the past predictions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListEventPredictionsResponse.Builder nextToken​(String nextToken)

        Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

        Parameters:
        nextToken - Identifies the next page of results to return. Use the token to make the call again to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.