Struct aws_sdk_ec2::model::address_attribute::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for AddressAttribute
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn set_public_ip(self, input: Option<String>) -> Self
pub fn set_public_ip(self, input: Option<String>) -> Self
The public IP address.
sourcepub fn allocation_id(self, input: impl Into<String>) -> Self
pub fn allocation_id(self, input: impl Into<String>) -> Self
[EC2-VPC] The allocation ID.
sourcepub fn set_allocation_id(self, input: Option<String>) -> Self
pub fn set_allocation_id(self, input: Option<String>) -> Self
[EC2-VPC] The allocation ID.
sourcepub fn ptr_record(self, input: impl Into<String>) -> Self
pub fn ptr_record(self, input: impl Into<String>) -> Self
The pointer (PTR) record for the IP address.
sourcepub fn set_ptr_record(self, input: Option<String>) -> Self
pub fn set_ptr_record(self, input: Option<String>) -> Self
The pointer (PTR) record for the IP address.
sourcepub fn ptr_record_update(self, input: PtrUpdateStatus) -> Self
pub fn ptr_record_update(self, input: PtrUpdateStatus) -> Self
The updated PTR record for the IP address.
sourcepub fn set_ptr_record_update(self, input: Option<PtrUpdateStatus>) -> Self
pub fn set_ptr_record_update(self, input: Option<PtrUpdateStatus>) -> Self
The updated PTR record for the IP address.
sourcepub fn build(self) -> AddressAttribute
pub fn build(self) -> AddressAttribute
Consumes the builder and constructs a AddressAttribute
.
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