Struct aws_sdk_ec2::model::address_attribute::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AddressAttribute
.
Implementations§
source§impl 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
.