Struct aws_sdk_ec2::output::create_subnet_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateSubnetOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_subnet(self, input: Option<Subnet>) -> Self
pub fn set_subnet(self, input: Option<Subnet>) -> Self
Information about the subnet.
sourcepub fn build(self) -> CreateSubnetOutput
pub fn build(self) -> CreateSubnetOutput
Consumes the builder and constructs a CreateSubnetOutput
.