pub struct Builder { /* private fields */ }Expand description
A builder for RuleGroupVariablesIpSetsDetails.
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 IP addresses and ranges.
sourcepub fn set_definition(self, input: Option<Vec<String>>) -> Self
pub fn set_definition(self, input: Option<Vec<String>>) -> Self
The list of IP addresses and ranges.
sourcepub fn build(self) -> RuleGroupVariablesIpSetsDetails
pub fn build(self) -> RuleGroupVariablesIpSetsDetails
Consumes the builder and constructs a RuleGroupVariablesIpSetsDetails.