Struct aws_sdk_ec2::output::modify_ipam_pool_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyIpamPoolOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_ipam_pool(self, input: Option<IpamPool>) -> Self
pub fn set_ipam_pool(self, input: Option<IpamPool>) -> Self
The results of the modification.
sourcepub fn build(self) -> ModifyIpamPoolOutput
pub fn build(self) -> ModifyIpamPoolOutput
Consumes the builder and constructs a ModifyIpamPoolOutput
.