Interface ScheduledQueryDestination.Builder

  • Method Details

    • destinationType

      ScheduledQueryDestination.Builder destinationType(String destinationType)

      The type of destination for query results.

      Parameters:
      destinationType - The type of destination for query results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destinationType

      The type of destination for query results.

      Parameters:
      destinationType - The type of destination for query results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • destinationIdentifier

      ScheduledQueryDestination.Builder destinationIdentifier(String destinationIdentifier)

      The identifier for the destination where results are delivered.

      Parameters:
      destinationIdentifier - The identifier for the destination where results are delivered.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The processing status of the destination delivery.

      Parameters:
      status - The processing status of the destination delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The processing status of the destination delivery.

      Parameters:
      status - The processing status of the destination delivery.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • processedIdentifier

      ScheduledQueryDestination.Builder processedIdentifier(String processedIdentifier)

      The identifier of the processed result at the destination.

      Parameters:
      processedIdentifier - The identifier of the processed result at the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      ScheduledQueryDestination.Builder errorMessage(String errorMessage)

      Error message if destination processing failed.

      Parameters:
      errorMessage - Error message if destination processing failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.