Struct aws_sdk_ec2::output::create_internet_gateway_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateInternetGatewayOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn internet_gateway(self, input: InternetGateway) -> Self
pub fn internet_gateway(self, input: InternetGateway) -> Self
Information about the internet gateway.
sourcepub fn set_internet_gateway(self, input: Option<InternetGateway>) -> Self
pub fn set_internet_gateway(self, input: Option<InternetGateway>) -> Self
Information about the internet gateway.
sourcepub fn build(self) -> CreateInternetGatewayOutput
pub fn build(self) -> CreateInternetGatewayOutput
Consumes the builder and constructs a CreateInternetGatewayOutput
.