Interface EventSubscription.UpdateStages.WithDeadLetterDestination
-
- All Known Subinterfaces:
EventSubscription.Update
- Enclosing interface:
- EventSubscription.UpdateStages
public static interface EventSubscription.UpdateStages.WithDeadLetterDestinationThe stage of the EventSubscription update allowing to specify deadLetterDestination.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventSubscription.UpdatewithDeadLetterDestination(DeadLetterDestination deadLetterDestination)Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..
-
-
-
Method Detail
-
withDeadLetterDestination
EventSubscription.Update withDeadLetterDestination(DeadLetterDestination deadLetterDestination)
Specifies the deadLetterDestination property: The DeadLetter destination of the event subscription..- Parameters:
deadLetterDestination- The DeadLetter destination of the event subscription.- Returns:
- the next definition stage.
-
-