Interface Queue.UpdateStages.WithDeleteOnIdle
-
- All Known Subinterfaces:
Queue.Update
- Enclosing interface:
- Queue.UpdateStages
public static interface Queue.UpdateStages.WithDeleteOnIdleThe stage of the queue definition allowing to define auto delete behaviour.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Queue.UpdatewithDeleteOnIdleDurationInMinutes(int durationInMinutes)The idle interval after which the queue is automatically deleted.
-
-
-
Method Detail
-
withDeleteOnIdleDurationInMinutes
Queue.Update withDeleteOnIdleDurationInMinutes(int durationInMinutes)
The idle interval after which the queue is automatically deleted.- Parameters:
durationInMinutes- idle duration in minutes- Returns:
- the next stage of queue update
-
-