Interface NotificationChannel.DefinitionStages.WithEmailRecipient

All Known Subinterfaces:
NotificationChannel.Definition, NotificationChannel.DefinitionStages.WithCreate
Enclosing interface:
NotificationChannel.DefinitionStages

public static interface NotificationChannel.DefinitionStages.WithEmailRecipient
The stage of the NotificationChannel definition allowing to specify emailRecipient.
  • Method Details

    • withEmailRecipient

      NotificationChannel.DefinitionStages.WithCreate withEmailRecipient(String emailRecipient)
      Specifies the emailRecipient property: The email recipient to send notifications to (can be a list of semi-colon separated email addresses)..
      Parameters:
      emailRecipient - The email recipient to send notifications to (can be a list of semi-colon separated email addresses).
      Returns:
      the next definition stage.