Class AlertPolicyAlertStrategyNotificationChannelStrategy.Builder
- java.lang.Object
-
- com.pulumi.gcp.monitoring.outputs.AlertPolicyAlertStrategyNotificationChannelStrategy.Builder
-
- Enclosing class:
- AlertPolicyAlertStrategyNotificationChannelStrategy
public static final class AlertPolicyAlertStrategyNotificationChannelStrategy.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AlertPolicyAlertStrategyNotificationChannelStrategy defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertPolicyAlertStrategyNotificationChannelStrategy
build()
AlertPolicyAlertStrategyNotificationChannelStrategy.Builder
notificationChannelNames(java.lang.String... notificationChannelNames)
AlertPolicyAlertStrategyNotificationChannelStrategy.Builder
notificationChannelNames(java.util.List<java.lang.String> notificationChannelNames)
AlertPolicyAlertStrategyNotificationChannelStrategy.Builder
renotifyInterval(java.lang.String renotifyInterval)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AlertPolicyAlertStrategyNotificationChannelStrategy defaults)
-
-
Method Detail
-
notificationChannelNames
public AlertPolicyAlertStrategyNotificationChannelStrategy.Builder notificationChannelNames(@Nullable java.util.List<java.lang.String> notificationChannelNames)
-
notificationChannelNames
public AlertPolicyAlertStrategyNotificationChannelStrategy.Builder notificationChannelNames(java.lang.String... notificationChannelNames)
-
renotifyInterval
public AlertPolicyAlertStrategyNotificationChannelStrategy.Builder renotifyInterval(@Nullable java.lang.String renotifyInterval)
-
build
public AlertPolicyAlertStrategyNotificationChannelStrategy build()
-
-