public static interface LabelNameCondition.Builder extends SdkPojo, CopyableBuilder<LabelNameCondition.Builder,LabelNameCondition>
| Modifier and Type | Method and Description |
|---|---|
LabelNameCondition.Builder |
labelName(String labelName)
The label name that a log record must contain in order to meet the condition.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelNameCondition.Builder labelName(String labelName)
The label name that a log record must contain in order to meet the condition. This must be a fully qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The prefix identifies the rule group or web ACL context of the rule that added the label.
labelName - The label name that a log record must contain in order to meet the condition. This must be a fully
qualified label name. Fully qualified labels have a prefix, optional namespaces, and label name. The
prefix identifies the rule group or web ACL context of the rule that added the label.Copyright © 2023. All rights reserved.