Class AlertRuleAnyOfOrLeafConditionArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.insights.inputs.AlertRuleAnyOfOrLeafConditionArgs.Builder
-
- Enclosing class:
- AlertRuleAnyOfOrLeafConditionArgs
public static final class AlertRuleAnyOfOrLeafConditionArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AlertRuleAnyOfOrLeafConditionArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AlertRuleAnyOfOrLeafConditionArgs defaults)
-
-
Method Detail
-
anyOf
public AlertRuleAnyOfOrLeafConditionArgs.Builder anyOf(@Nullable com.pulumi.core.Output<java.util.List<AlertRuleLeafConditionArgs>> anyOf)
- Parameters:
anyOf
- An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.- Returns:
- builder
-
anyOf
public AlertRuleAnyOfOrLeafConditionArgs.Builder anyOf(java.util.List<AlertRuleLeafConditionArgs> anyOf)
- Parameters:
anyOf
- An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.- Returns:
- builder
-
anyOf
public AlertRuleAnyOfOrLeafConditionArgs.Builder anyOf(AlertRuleLeafConditionArgs... anyOf)
- Parameters:
anyOf
- An Activity Log Alert rule condition that is met when at least one of its member leaf conditions are met.- Returns:
- builder
-
containsAny
public AlertRuleAnyOfOrLeafConditionArgs.Builder containsAny(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> containsAny)
- Parameters:
containsAny
- The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.- Returns:
- builder
-
containsAny
public AlertRuleAnyOfOrLeafConditionArgs.Builder containsAny(java.util.List<java.lang.String> containsAny)
- Parameters:
containsAny
- The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.- Returns:
- builder
-
containsAny
public AlertRuleAnyOfOrLeafConditionArgs.Builder containsAny(java.lang.String... containsAny)
- Parameters:
containsAny
- The value of the event's field will be compared to the values in this array (case-insensitive) to determine if the condition is met.- Returns:
- builder
-
equals_
public AlertRuleAnyOfOrLeafConditionArgs.Builder equals_(@Nullable com.pulumi.core.Output<java.lang.String> equals)
- Parameters:
equals
- The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.- Returns:
- builder
-
equals_
public AlertRuleAnyOfOrLeafConditionArgs.Builder equals_(java.lang.String equals)
- Parameters:
equals
- The value of the event's field will be compared to this value (case-insensitive) to determine if the condition is met.- Returns:
- builder
-
field
public AlertRuleAnyOfOrLeafConditionArgs.Builder field(@Nullable com.pulumi.core.Output<java.lang.String> field)
- Parameters:
field
- The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.- Returns:
- builder
-
field
public AlertRuleAnyOfOrLeafConditionArgs.Builder field(java.lang.String field)
- Parameters:
field
- The name of the Activity Log event's field that this condition will examine. The possible values for this field are (case-insensitive): 'resourceId', 'category', 'caller', 'level', 'operationName', 'resourceGroup', 'resourceProvider', 'status', 'subStatus', 'resourceType', or anything beginning with 'properties'.- Returns:
- builder
-
build
public AlertRuleAnyOfOrLeafConditionArgs build()
-
-