Struct aws_sdk_ec2::output::create_ipam_scope_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for CreateIpamScopeOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn ipam_scope(self, input: IpamScope) -> Self
pub fn ipam_scope(self, input: IpamScope) -> Self
Information about the created scope.
sourcepub fn set_ipam_scope(self, input: Option<IpamScope>) -> Self
pub fn set_ipam_scope(self, input: Option<IpamScope>) -> Self
Information about the created scope.
sourcepub fn build(self) -> CreateIpamScopeOutput
pub fn build(self) -> CreateIpamScopeOutput
Consumes the builder and constructs a CreateIpamScopeOutput
.