Class CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty>
- Enclosing interface:
CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty
@Stability(Stable)
public static final class CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
labelName
@Stability(Stable) public CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty.Builder labelName(String labelName) - 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:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty>- Returns:
- a new instance of
CfnLoggingConfigurationPropsMixin.LabelNameConditionProperty - Throws:
NullPointerException- if any required attribute was not provided
-