#[non_exhaustive]pub struct AwsEc2SecurityGroupIpRangeBuilder { /* private fields */ }
Expand description
A builder for AwsEc2SecurityGroupIpRange
.
Implementations§
source§impl AwsEc2SecurityGroupIpRangeBuilder
impl AwsEc2SecurityGroupIpRangeBuilder
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 get_cidr_ip(&self) -> &Option<String>
pub fn get_cidr_ip(&self) -> &Option<String>
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
.
Trait Implementations§
source§impl Clone for AwsEc2SecurityGroupIpRangeBuilder
impl Clone for AwsEc2SecurityGroupIpRangeBuilder
source§fn clone(&self) -> AwsEc2SecurityGroupIpRangeBuilder
fn clone(&self) -> AwsEc2SecurityGroupIpRangeBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AwsEc2SecurityGroupIpRangeBuilder
impl Default for AwsEc2SecurityGroupIpRangeBuilder
source§fn default() -> AwsEc2SecurityGroupIpRangeBuilder
fn default() -> AwsEc2SecurityGroupIpRangeBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsEc2SecurityGroupIpRangeBuilder
impl PartialEq for AwsEc2SecurityGroupIpRangeBuilder
source§fn eq(&self, other: &AwsEc2SecurityGroupIpRangeBuilder) -> bool
fn eq(&self, other: &AwsEc2SecurityGroupIpRangeBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsEc2SecurityGroupIpRangeBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsEc2SecurityGroupIpRangeBuilder
impl Send for AwsEc2SecurityGroupIpRangeBuilder
impl Sync for AwsEc2SecurityGroupIpRangeBuilder
impl Unpin for AwsEc2SecurityGroupIpRangeBuilder
impl UnwindSafe for AwsEc2SecurityGroupIpRangeBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.