Queue.UpdateStages.WithDefaultMessageTTL Interface
public static interface Queue.UpdateStages.WithDefaultMessageTTL
The stage of the queue definition allowing to define default TTL for messages.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withDefaultMessageTTL(Duration ttl)
Specifies the duration after which the message expires. |
Method Details
withDefaultMessageTTL
public abstract Queue.Update withDefaultMessageTTL(Duration ttl)
Specifies the duration after which the message expires.
Parameters:
Returns: