pub struct Builder { /* private fields */ }
Expand description
A builder for SubnetMapping
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn set_subnet_id(self, input: Option<String>) -> Self
pub fn set_subnet_id(self, input: Option<String>) -> Self
The ID of the subnet.
sourcepub fn allocation_id(self, input: impl Into<String>) -> Self
pub fn allocation_id(self, input: impl Into<String>) -> Self
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
sourcepub fn set_allocation_id(self, input: Option<String>) -> Self
pub fn set_allocation_id(self, input: Option<String>) -> Self
[Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
sourcepub fn private_i_pv4_address(self, input: impl Into<String>) -> Self
pub fn private_i_pv4_address(self, input: impl Into<String>) -> Self
[Network Load Balancers] The private IPv4 address for an internal load balancer.
sourcepub fn set_private_i_pv4_address(self, input: Option<String>) -> Self
pub fn set_private_i_pv4_address(self, input: Option<String>) -> Self
[Network Load Balancers] The private IPv4 address for an internal load balancer.
sourcepub fn i_pv6_address(self, input: impl Into<String>) -> Self
pub fn i_pv6_address(self, input: impl Into<String>) -> Self
[Network Load Balancers] The IPv6 address.
sourcepub fn set_i_pv6_address(self, input: Option<String>) -> Self
pub fn set_i_pv6_address(self, input: Option<String>) -> Self
[Network Load Balancers] The IPv6 address.
sourcepub fn build(self) -> SubnetMapping
pub fn build(self) -> SubnetMapping
Consumes the builder and constructs a SubnetMapping
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more