Interface GetScheduledQueryHistoryRequest.Builder

    • Method Detail

      • identifier

        GetScheduledQueryHistoryRequest.Builder identifier​(String identifier)

        The ARN or name of the scheduled query to retrieve history for.

        Parameters:
        identifier - The ARN or name of the scheduled query to retrieve history for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        GetScheduledQueryHistoryRequest.Builder startTime​(Long startTime)

        The start time for the history query in Unix epoch format.

        Parameters:
        startTime - The start time for the history query in Unix epoch format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        GetScheduledQueryHistoryRequest.Builder endTime​(Long endTime)

        The end time for the history query in Unix epoch format.

        Parameters:
        endTime - The end time for the history query in Unix epoch format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionStatusesWithStrings

        GetScheduledQueryHistoryRequest.Builder executionStatusesWithStrings​(Collection<String> executionStatuses)

        An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.

        Parameters:
        executionStatuses - An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionStatusesWithStrings

        GetScheduledQueryHistoryRequest.Builder executionStatusesWithStrings​(String... executionStatuses)

        An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.

        Parameters:
        executionStatuses - An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionStatuses

        GetScheduledQueryHistoryRequest.Builder executionStatuses​(Collection<ExecutionStatus> executionStatuses)

        An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.

        Parameters:
        executionStatuses - An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • executionStatuses

        GetScheduledQueryHistoryRequest.Builder executionStatuses​(ExecutionStatus... executionStatuses)

        An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.

        Parameters:
        executionStatuses - An array of execution statuses to filter the history results. Only executions with the specified statuses are returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetScheduledQueryHistoryRequest.Builder maxResults​(Integer maxResults)

        The maximum number of history records to return. Valid range is 1 to 1000.

        Parameters:
        maxResults - The maximum number of history records to return. Valid range is 1 to 1000.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetScheduledQueryHistoryRequest.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.