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