Interface Queue.DefinitionStages.WithDuplicateMessageDetection
- All Known Subinterfaces:
Queue.Definition, Queue.DefinitionStages.Blank, Queue.DefinitionStages.WithCreate
- Enclosing interface:
Queue.DefinitionStages
public static interface Queue.DefinitionStages.WithDuplicateMessageDetection
The stage of the queue definition allowing to specify duration of the duplicate message
detection history.
-
Method Summary
Modifier and TypeMethodDescriptionwithDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration) Specifies the duration of the duplicate message detection history.
-
Method Details
-
withDuplicateMessageDetection
Queue.DefinitionStages.WithCreate withDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration) Specifies the duration of the duplicate message detection history.- Parameters:
duplicateDetectionHistoryDuration- duration of the history- Returns:
- the next stage of queue definition
-