Struct aws_sdk_ec2::model::peering_attachment_status::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PeeringAttachmentStatus
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The status message, if applicable.
sourcepub fn build(self) -> PeeringAttachmentStatus
pub fn build(self) -> PeeringAttachmentStatus
Consumes the builder and constructs a PeeringAttachmentStatus
.