Class AlertPolicyAlertStrategyNotificationChannelStrategyArgs.Builder

    • Method Detail

      • notificationChannelNames

        public AlertPolicyAlertStrategyNotificationChannelStrategyArgs.Builder notificationChannelNames​(@Nullable
                                                                                                        com.pulumi.core.Output<java.util.List<java.lang.String>> notificationChannelNames)
        Parameters:
        notificationChannelNames - The notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is `projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]`
        Returns:
        builder
      • notificationChannelNames

        public AlertPolicyAlertStrategyNotificationChannelStrategyArgs.Builder notificationChannelNames​(java.util.List<java.lang.String> notificationChannelNames)
        Parameters:
        notificationChannelNames - The notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is `projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]`
        Returns:
        builder
      • notificationChannelNames

        public AlertPolicyAlertStrategyNotificationChannelStrategyArgs.Builder notificationChannelNames​(java.lang.String... notificationChannelNames)
        Parameters:
        notificationChannelNames - The notification channels that these settings apply to. Each of these correspond to the name field in one of the NotificationChannel objects referenced in the notification_channels field of this AlertPolicy. The format is `projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]`
        Returns:
        builder