pub struct Builder { /* private fields */ }
Expand description
A builder for CreateVirtualGatewayOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn virtual_gateway(self, input: VirtualGatewayData) -> Self
pub fn virtual_gateway(self, input: VirtualGatewayData) -> Self
The full description of your virtual gateway following the create call.
sourcepub fn set_virtual_gateway(self, input: Option<VirtualGatewayData>) -> Self
pub fn set_virtual_gateway(self, input: Option<VirtualGatewayData>) -> Self
The full description of your virtual gateway following the create call.
sourcepub fn build(self) -> CreateVirtualGatewayOutput
pub fn build(self) -> CreateVirtualGatewayOutput
Consumes the builder and constructs a CreateVirtualGatewayOutput
.