pub struct Builder { /* private fields */ }
Expand description
A builder for AwsNetworkFirewallRuleGroupDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn capacity(self, input: i32) -> Self
pub fn capacity(self, input: i32) -> Self
The maximum number of operating resources that this rule group can use.
sourcepub fn set_capacity(self, input: Option<i32>) -> Self
pub fn set_capacity(self, input: Option<i32>) -> Self
The maximum number of operating resources that this rule group can use.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the rule group.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the rule group.
sourcepub fn rule_group(self, input: RuleGroupDetails) -> Self
pub fn rule_group(self, input: RuleGroupDetails) -> Self
Details about the rule group.
sourcepub fn set_rule_group(self, input: Option<RuleGroupDetails>) -> Self
pub fn set_rule_group(self, input: Option<RuleGroupDetails>) -> Self
Details about the rule group.
sourcepub fn rule_group_arn(self, input: impl Into<String>) -> Self
pub fn rule_group_arn(self, input: impl Into<String>) -> Self
The ARN of the rule group.
sourcepub fn set_rule_group_arn(self, input: Option<String>) -> Self
pub fn set_rule_group_arn(self, input: Option<String>) -> Self
The ARN of the rule group.
sourcepub fn rule_group_id(self, input: impl Into<String>) -> Self
pub fn rule_group_id(self, input: impl Into<String>) -> Self
The identifier of the rule group.
sourcepub fn set_rule_group_id(self, input: Option<String>) -> Self
pub fn set_rule_group_id(self, input: Option<String>) -> Self
The identifier of the rule group.
sourcepub fn rule_group_name(self, input: impl Into<String>) -> Self
pub fn rule_group_name(self, input: impl Into<String>) -> Self
The descriptive name of the rule group.
sourcepub fn set_rule_group_name(self, input: Option<String>) -> Self
pub fn set_rule_group_name(self, input: Option<String>) -> Self
The descriptive name of the rule group.
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The type of rule group. A rule group can be stateful or stateless.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
The type of rule group. A rule group can be stateful or stateless.
sourcepub fn build(self) -> AwsNetworkFirewallRuleGroupDetails
pub fn build(self) -> AwsNetworkFirewallRuleGroupDetails
Consumes the builder and constructs a AwsNetworkFirewallRuleGroupDetails
.