Struct aws_sdk_networkfirewall::model::rule_option::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RuleOption
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_keyword(self, input: Option<String>) -> Self
pub fn set_keyword(self, input: Option<String>) -> Self
sourcepub fn settings(self, input: impl Into<String>) -> Self
pub fn settings(self, input: impl Into<String>) -> Self
Appends an item to settings
.
To override the contents of this collection use set_settings
.
sourcepub fn set_settings(self, input: Option<Vec<String>>) -> Self
pub fn set_settings(self, input: Option<Vec<String>>) -> Self
sourcepub fn build(self) -> RuleOption
pub fn build(self) -> RuleOption
Consumes the builder and constructs a RuleOption
.