pub struct Builder { /* private fields */ }
Expand description
A builder for RuleGroupVariablesPortSetsDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn definition(self, input: impl Into<String>) -> Self
pub fn definition(self, input: impl Into<String>) -> Self
Appends an item to definition
.
To override the contents of this collection use set_definition
.
The list of port ranges.
sourcepub fn set_definition(self, input: Option<Vec<String>>) -> Self
pub fn set_definition(self, input: Option<Vec<String>>) -> Self
The list of port ranges.
sourcepub fn build(self) -> RuleGroupVariablesPortSetsDetails
pub fn build(self) -> RuleGroupVariablesPortSetsDetails
Consumes the builder and constructs a RuleGroupVariablesPortSetsDetails
.