pub struct Builder { /* private fields */ }
Expand description
A builder for AwsEc2SecurityGroupIpRange
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn cidr_ip(self, input: impl Into<String>) -> Self
pub fn cidr_ip(self, input: impl Into<String>) -> Self
The IPv4 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv4 address, use the /32 prefix length.
sourcepub fn set_cidr_ip(self, input: Option<String>) -> Self
pub fn set_cidr_ip(self, input: Option<String>) -> Self
The IPv4 CIDR range. You can specify either a CIDR range or a source security group, but not both. To specify a single IPv4 address, use the /32 prefix length.
sourcepub fn build(self) -> AwsEc2SecurityGroupIpRange
pub fn build(self) -> AwsEc2SecurityGroupIpRange
Consumes the builder and constructs a AwsEc2SecurityGroupIpRange
.