@Stability(value=Experimental) public static final class FirewallRule.Builder extends Object implements software.amazon.jsii.Builder<FirewallRule>
FirewallRule| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FirewallRule.Builder |
action(FirewallRuleAction action)
Sets the value of
FirewallRule.getAction() |
FirewallRule |
build()
Builds the configured instance.
|
FirewallRule.Builder |
firewallDomainList(IFirewallDomainList firewallDomainList)
Sets the value of
FirewallRule.getFirewallDomainList() |
FirewallRule.Builder |
priority(Number priority)
Sets the value of
FirewallRule.getPriority() |
@Stability(value=Experimental) public FirewallRule.Builder action(FirewallRuleAction action)
FirewallRule.getAction()action - The action for this rule. This parameter is required.this@Stability(value=Experimental) public FirewallRule.Builder firewallDomainList(IFirewallDomainList firewallDomainList)
FirewallRule.getFirewallDomainList()firewallDomainList - The domain list for this rule. This parameter is required.this@Stability(value=Experimental) public FirewallRule.Builder priority(Number priority)
FirewallRule.getPriority()priority - The priority of the rule in the rule group. This parameter is required.
This value must be unique within
the rule group.this@Stability(value=Experimental) public FirewallRule build()
build in interface software.amazon.jsii.Builder<FirewallRule>FirewallRuleNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.