@Stability(value=Stable) public static final class CfnRuleGroup.CustomActionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.CustomActionProperty>
CfnRuleGroup.CustomActionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.CustomActionProperty.Builder |
actionDefinition(CfnRuleGroup.ActionDefinitionProperty actionDefinition)
Sets the value of
CfnRuleGroup.CustomActionProperty.getActionDefinition() |
CfnRuleGroup.CustomActionProperty.Builder |
actionDefinition(IResolvable actionDefinition)
Sets the value of
CfnRuleGroup.CustomActionProperty.getActionDefinition() |
CfnRuleGroup.CustomActionProperty.Builder |
actionName(String actionName)
Sets the value of
CfnRuleGroup.CustomActionProperty.getActionName() |
CfnRuleGroup.CustomActionProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnRuleGroup.CustomActionProperty.Builder actionDefinition(IResolvable actionDefinition)
CfnRuleGroup.CustomActionProperty.getActionDefinition()actionDefinition - The custom action associated with the action name. This parameter is required.this@Stability(value=Stable) public CfnRuleGroup.CustomActionProperty.Builder actionDefinition(CfnRuleGroup.ActionDefinitionProperty actionDefinition)
CfnRuleGroup.CustomActionProperty.getActionDefinition()actionDefinition - The custom action associated with the action name. This parameter is required.this@Stability(value=Stable) public CfnRuleGroup.CustomActionProperty.Builder actionName(String actionName)
CfnRuleGroup.CustomActionProperty.getActionName()actionName - The descriptive name of the custom action. This parameter is required.
You can't change the name of a custom action after you create it.this@Stability(value=Stable) public CfnRuleGroup.CustomActionProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleGroup.CustomActionProperty>CfnRuleGroup.CustomActionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.