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