Interface GetScheduledQueryHistoryRequest.Builder

  • Method Details

    • identifier

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

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

      The start time for the history retrieval window in Unix epoch time.

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

      The end time for the history retrieval window in Unix epoch time.

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

      GetScheduledQueryHistoryRequest.Builder executionStatusesWithStrings(Collection<String> executionStatuses)

      Filter results by execution status (Running, Complete, Failed, Timeout, or InvalidQuery).

      Parameters:
      executionStatuses - Filter results by execution status (Running, Complete, Failed, Timeout, or InvalidQuery).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionStatusesWithStrings

      GetScheduledQueryHistoryRequest.Builder executionStatusesWithStrings(String... executionStatuses)

      Filter results by execution status (Running, Complete, Failed, Timeout, or InvalidQuery).

      Parameters:
      executionStatuses - Filter results by execution status (Running, Complete, Failed, Timeout, or InvalidQuery).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionStatuses

      Filter results by execution status (Running, Complete, Failed, Timeout, or InvalidQuery).

      Parameters:
      executionStatuses - Filter results by execution status (Running, Complete, Failed, Timeout, or InvalidQuery).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionStatuses

      GetScheduledQueryHistoryRequest.Builder executionStatuses(ExecutionStatus... executionStatuses)

      Filter results by execution status (Running, Complete, Failed, Timeout, or InvalidQuery).

      Parameters:
      executionStatuses - Filter results by execution status (Running, Complete, Failed, Timeout, or InvalidQuery).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of history records to return in a single call.

      Parameters:
      maxResults - The maximum number of history records to return in a single call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.
    • overrideConfiguration

      GetScheduledQueryHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.