Interface Queue.UpdateStages.WithAuthorizationRule
- All Known Subinterfaces:
Queue.Update
- Enclosing interface:
Queue.UpdateStages
public static interface Queue.UpdateStages.WithAuthorizationRule
The stage of the queue definition allowing to add an authorization rule for accessing
the queue.
-
Method Summary
Modifier and TypeMethodDescriptionwithNewListenRule(String name) Creates a listen authorization rule for the queue.withNewManageRule(String name) Creates a manage authorization rule for the queue.withNewSendRule(String name) Creates a send authorization rule for the queue.Removes an authorization rule for the queue.
-
Method Details
-
withNewSendRule
Creates a send authorization rule for the queue.- Parameters:
name- rule name- Returns:
- next stage of the queue update
-
withNewListenRule
Creates a listen authorization rule for the queue.- Parameters:
name- rule name- Returns:
- next stage of the queue update
-
withNewManageRule
Creates a manage authorization rule for the queue.- Parameters:
name- rule name- Returns:
- next stage of the queue update
-
withoutAuthorizationRule
Removes an authorization rule for the queue.- Parameters:
name- rule name- Returns:
- next stage of the queue update
-