Struct aws_sdk_networkmanager::model::connect_attachment::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ConnectAttachment
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn attachment(self, input: Attachment) -> Self
pub fn attachment(self, input: Attachment) -> Self
The attachment details.
sourcepub fn set_attachment(self, input: Option<Attachment>) -> Self
pub fn set_attachment(self, input: Option<Attachment>) -> Self
The attachment details.
sourcepub fn transport_attachment_id(self, input: impl Into<String>) -> Self
pub fn transport_attachment_id(self, input: impl Into<String>) -> Self
The ID of the transport attachment.
sourcepub fn set_transport_attachment_id(self, input: Option<String>) -> Self
pub fn set_transport_attachment_id(self, input: Option<String>) -> Self
The ID of the transport attachment.
sourcepub fn options(self, input: ConnectAttachmentOptions) -> Self
pub fn options(self, input: ConnectAttachmentOptions) -> Self
Options for connecting an attachment.
sourcepub fn set_options(self, input: Option<ConnectAttachmentOptions>) -> Self
pub fn set_options(self, input: Option<ConnectAttachmentOptions>) -> Self
Options for connecting an attachment.
sourcepub fn build(self) -> ConnectAttachment
pub fn build(self) -> ConnectAttachment
Consumes the builder and constructs a ConnectAttachment
.