Struct aws_sdk_ec2::model::ptr_update_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PtrUpdateStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The status of the PTR record update.
sourcepub fn set_reason(self, input: Option<String>) -> Self
pub fn set_reason(self, input: Option<String>) -> Self
The reason for the PTR record update.
sourcepub fn build(self) -> PtrUpdateStatus
pub fn build(self) -> PtrUpdateStatus
Consumes the builder and constructs a PtrUpdateStatus
.