public static final class CfnLoggingConfiguration.ConditionProperty.Builder
extends java.lang.Object
CfnLoggingConfiguration.ConditionProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnLoggingConfiguration.ConditionProperty.Builder |
actionCondition(CfnLoggingConfiguration.ActionConditionProperty actionCondition)
Sets the value of
CfnLoggingConfiguration.ConditionProperty.getActionCondition() |
CfnLoggingConfiguration.ConditionProperty.Builder |
actionCondition(IResolvable actionCondition)
Sets the value of
CfnLoggingConfiguration.ConditionProperty.getActionCondition() |
CfnLoggingConfiguration.ConditionProperty |
build()
Builds the configured instance.
|
CfnLoggingConfiguration.ConditionProperty.Builder |
labelNameCondition(CfnLoggingConfiguration.LabelNameConditionProperty labelNameCondition)
Sets the value of
CfnLoggingConfiguration.ConditionProperty.getLabelNameCondition() |
CfnLoggingConfiguration.ConditionProperty.Builder |
labelNameCondition(IResolvable labelNameCondition)
Sets the value of
CfnLoggingConfiguration.ConditionProperty.getLabelNameCondition() |
public CfnLoggingConfiguration.ConditionProperty.Builder actionCondition(IResolvable actionCondition)
CfnLoggingConfiguration.ConditionProperty.getActionCondition()
actionCondition
- A single action condition.
This is the action setting that a log record must contain in order to meet the condition.this
public CfnLoggingConfiguration.ConditionProperty.Builder actionCondition(CfnLoggingConfiguration.ActionConditionProperty actionCondition)
CfnLoggingConfiguration.ConditionProperty.getActionCondition()
actionCondition
- A single action condition.
This is the action setting that a log record must contain in order to meet the condition.this
public CfnLoggingConfiguration.ConditionProperty.Builder labelNameCondition(IResolvable labelNameCondition)
CfnLoggingConfiguration.ConditionProperty.getLabelNameCondition()
labelNameCondition
- A single label name condition.
This is the fully qualified label name that a log record must contain in order to meet the condition. 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.ConditionProperty.Builder labelNameCondition(CfnLoggingConfiguration.LabelNameConditionProperty labelNameCondition)
CfnLoggingConfiguration.ConditionProperty.getLabelNameCondition()
labelNameCondition
- A single label name condition.
This is the fully qualified label name that a log record must contain in order to meet the condition. 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.ConditionProperty build()
CfnLoggingConfiguration.ConditionProperty
java.lang.NullPointerException
- if any required attribute was not provided