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