Interface ScheduledQueryDestination.Builder

    • Method Detail

      • 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

        ScheduledQueryDestination.Builder status​(String 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:
        ActionStatus, ActionStatus
      • 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.