Interface Queue.UpdateStages.WithDuplicateMessageDetection
-
- All Known Subinterfaces:
Queue.Update
- Enclosing interface:
- Queue.UpdateStages
public static interface Queue.UpdateStages.WithDuplicateMessageDetectionThe stage of the queue definition allowing to specify duration of the duplicate message detection history.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Queue.UpdatewithDuplicateMessageDetectionHistoryDuration(Duration duration)Specifies the duration of the duplicate message detection history.Queue.UpdatewithoutDuplicateMessageDetection()Specifies that duplicate message detection needs to be disabled.
-
-
-
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
-
-