Struct aws_sdk_networkfirewall::model::ip_set::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for IpSet
.
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 address ranges, in CIDR notation.
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 address ranges, in CIDR notation.