public static final class CfnLoggingConfiguration.LabelNameConditionProperty.Builder
extends java.lang.Object
CfnLoggingConfiguration.LabelNameConditionProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLoggingConfiguration.LabelNameConditionProperty |
build()
Builds the configured instance.
|
CfnLoggingConfiguration.LabelNameConditionProperty.Builder |
labelName(java.lang.String labelName)
Sets the value of
CfnLoggingConfiguration.LabelNameConditionProperty.getLabelName() |
public CfnLoggingConfiguration.LabelNameConditionProperty.Builder labelName(java.lang.String labelName)
CfnLoggingConfiguration.LabelNameConditionProperty.getLabelName()
labelName
- The label name that a log record must contain in order to meet the condition. This parameter is required.
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.this
public CfnLoggingConfiguration.LabelNameConditionProperty build()
CfnLoggingConfiguration.LabelNameConditionProperty
java.lang.NullPointerException
- if any required attribute was not provided