Interface Queue.UpdateStages.WithDuplicateMessageDetection

  • All Known Subinterfaces:
    Queue.Update
    Enclosing interface:
    Queue.UpdateStages

    public static interface Queue.UpdateStages.WithDuplicateMessageDetection
    The stage of the queue definition allowing to specify duration of the duplicate message detection history.
    • Method Detail

      • withDuplicateMessageDetectionHistoryDuration

        Queue.Update withDuplicateMessageDetectionHistoryDuration​(Duration duration)
        Specifies the duration of the duplicate message detection history.
        Parameters:
        duration - duration of the history
        Returns:
        the next stage of queue update
      • withoutDuplicateMessageDetection

        Queue.Update withoutDuplicateMessageDetection()
        Specifies that duplicate message detection needs to be disabled.
        Returns:
        the next stage of queue update