Interface Queue.DefinitionStages.WithDuplicateMessageDetection
-
- All Known Subinterfaces:
Queue.Definition,Queue.DefinitionStages.Blank,Queue.DefinitionStages.WithCreate
- Enclosing interface:
- Queue.DefinitionStages
public static interface Queue.DefinitionStages.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.DefinitionStages.WithCreatewithDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration)Specifies the duration of the duplicate message detection history.
-
-
-
Method Detail
-
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
-
-