Interface ScheduledQueryDestination.Builder

  • Method Details

    • destinationType

      ScheduledQueryDestination.Builder destinationType(String destinationType)

      The type of destination (S3).

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

      The type of destination (S3).

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

      ScheduledQueryDestination.Builder destinationIdentifier(String destinationIdentifier)

      The destination identifier (S3 URI).

      Parameters:
      destinationIdentifier - The destination identifier (S3 URI).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).

      Parameters:
      status - The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).

      Parameters:
      status - The processing status for this destination (IN_PROGRESS, ERROR, FAILED, or COMPLETE).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • processedIdentifier

      ScheduledQueryDestination.Builder processedIdentifier(String processedIdentifier)

      The processed identifier returned for the destination (S3 key).

      Parameters:
      processedIdentifier - The processed identifier returned for the destination (S3 key).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • errorMessage

      ScheduledQueryDestination.Builder errorMessage(String errorMessage)

      Error message if the destination processing failed.

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