pub struct Builder { /* private fields */ }
Expand description
A builder for AwsNetworkFirewallFirewallPolicyDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn firewall_policy(self, input: FirewallPolicyDetails) -> Self
pub fn firewall_policy(self, input: FirewallPolicyDetails) -> Self
The firewall policy configuration.
sourcepub fn set_firewall_policy(self, input: Option<FirewallPolicyDetails>) -> Self
pub fn set_firewall_policy(self, input: Option<FirewallPolicyDetails>) -> Self
The firewall policy configuration.
sourcepub fn firewall_policy_arn(self, input: impl Into<String>) -> Self
pub fn firewall_policy_arn(self, input: impl Into<String>) -> Self
The ARN of the firewall policy.
sourcepub fn set_firewall_policy_arn(self, input: Option<String>) -> Self
pub fn set_firewall_policy_arn(self, input: Option<String>) -> Self
The ARN of the firewall policy.
sourcepub fn firewall_policy_id(self, input: impl Into<String>) -> Self
pub fn firewall_policy_id(self, input: impl Into<String>) -> Self
The identifier of the firewall policy.
sourcepub fn set_firewall_policy_id(self, input: Option<String>) -> Self
pub fn set_firewall_policy_id(self, input: Option<String>) -> Self
The identifier of the firewall policy.
sourcepub fn firewall_policy_name(self, input: impl Into<String>) -> Self
pub fn firewall_policy_name(self, input: impl Into<String>) -> Self
The name of the firewall policy.
sourcepub fn set_firewall_policy_name(self, input: Option<String>) -> Self
pub fn set_firewall_policy_name(self, input: Option<String>) -> Self
The name of the firewall policy.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the firewall policy.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the firewall policy.
sourcepub fn build(self) -> AwsNetworkFirewallFirewallPolicyDetails
pub fn build(self) -> AwsNetworkFirewallFirewallPolicyDetails
Consumes the builder and constructs a AwsNetworkFirewallFirewallPolicyDetails
.