Class RuleEmailActionArgs.Builder

  • Enclosing class:
    RuleEmailActionArgs

    public static final class RuleEmailActionArgs.Builder
    extends java.lang.Object
    • Method Detail

      • customEmails

        public RuleEmailActionArgs.Builder customEmails​(@Nullable
                                                        com.pulumi.core.Output<java.util.List<java.lang.String>> customEmails)
        Parameters:
        customEmails - the list of administrator's custom email addresses to notify of the activation of the alert.
        Returns:
        builder
      • customEmails

        public RuleEmailActionArgs.Builder customEmails​(java.util.List<java.lang.String> customEmails)
        Parameters:
        customEmails - the list of administrator's custom email addresses to notify of the activation of the alert.
        Returns:
        builder
      • customEmails

        public RuleEmailActionArgs.Builder customEmails​(java.lang.String... customEmails)
        Parameters:
        customEmails - the list of administrator's custom email addresses to notify of the activation of the alert.
        Returns:
        builder
      • odataType

        public RuleEmailActionArgs.Builder odataType​(com.pulumi.core.Output<java.lang.String> odataType)
        Parameters:
        odataType - specifies the type of the action. There are two types of actions: RuleEmailAction and RuleWebhookAction. Expected value is 'Microsoft.Azure.Management.Insights.Models.RuleEmailAction'.
        Returns:
        builder
      • odataType

        public RuleEmailActionArgs.Builder odataType​(java.lang.String odataType)
        Parameters:
        odataType - specifies the type of the action. There are two types of actions: RuleEmailAction and RuleWebhookAction. Expected value is 'Microsoft.Azure.Management.Insights.Models.RuleEmailAction'.
        Returns:
        builder
      • sendToServiceOwners

        public RuleEmailActionArgs.Builder sendToServiceOwners​(@Nullable
                                                               com.pulumi.core.Output<java.lang.Boolean> sendToServiceOwners)
        Parameters:
        sendToServiceOwners - Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.
        Returns:
        builder
      • sendToServiceOwners

        public RuleEmailActionArgs.Builder sendToServiceOwners​(java.lang.Boolean sendToServiceOwners)
        Parameters:
        sendToServiceOwners - Whether the administrators (service and co-administrators) of the service should be notified when the alert is activated.
        Returns:
        builder