Interface LabelNameCondition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LabelNameCondition.Builder,
,LabelNameCondition> SdkBuilder<LabelNameCondition.Builder,
,LabelNameCondition> SdkPojo
- Enclosing class:
LabelNameCondition
public static interface LabelNameCondition.Builder
extends SdkPojo, CopyableBuilder<LabelNameCondition.Builder,LabelNameCondition>
-
Method Summary
Modifier and TypeMethodDescriptionThe label name that a log record must contain in order to meet the condition.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-