pub struct Builder { /* private fields */ }
Expand description
A builder for ConnectAttachmentOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn protocol(self, input: TunnelProtocol) -> Self
pub fn protocol(self, input: TunnelProtocol) -> Self
The protocol used for the attachment connection.
sourcepub fn set_protocol(self, input: Option<TunnelProtocol>) -> Self
pub fn set_protocol(self, input: Option<TunnelProtocol>) -> Self
The protocol used for the attachment connection.
sourcepub fn build(self) -> ConnectAttachmentOptions
pub fn build(self) -> ConnectAttachmentOptions
Consumes the builder and constructs a ConnectAttachmentOptions
.