Interface ListInferenceEventsRequest.Builder

    • Method Detail

      • nextToken

        ListInferenceEventsRequest.Builder nextToken​(String nextToken)

        An opaque pagination token indicating where to continue the listing of inference events.

        Parameters:
        nextToken - An opaque pagination token indicating where to continue the listing of inference events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListInferenceEventsRequest.Builder maxResults​(Integer maxResults)

        Specifies the maximum number of inference events to list.

        Parameters:
        maxResults - Specifies the maximum number of inference events to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inferenceSchedulerName

        ListInferenceEventsRequest.Builder inferenceSchedulerName​(String inferenceSchedulerName)

        The name of the inference scheduler for the inference events listed.

        Parameters:
        inferenceSchedulerName - The name of the inference scheduler for the inference events listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intervalStartTime

        ListInferenceEventsRequest.Builder intervalStartTime​(Instant intervalStartTime)

        Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.

        Parameters:
        intervalStartTime - Lookout for Equipment will return all the inference events with an end time equal to or greater than the start time given.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • intervalEndTime

        ListInferenceEventsRequest.Builder intervalEndTime​(Instant intervalEndTime)

        Returns all the inference events with an end start time equal to or greater than less than the end time given.

        Parameters:
        intervalEndTime - Returns all the inference events with an end start time equal to or greater than less than the end time given.
        Returns:
        Returns a reference to this object so that method calls can be chained together.