Struct aws_sdk_ec2::model::remove_ipam_operating_region::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RemoveIpamOperatingRegion
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn region_name(self, input: impl Into<String>) -> Self
pub fn region_name(self, input: impl Into<String>) -> Self
The name of the operating Region you want to remove.
sourcepub fn set_region_name(self, input: Option<String>) -> Self
pub fn set_region_name(self, input: Option<String>) -> Self
The name of the operating Region you want to remove.
sourcepub fn build(self) -> RemoveIpamOperatingRegion
pub fn build(self) -> RemoveIpamOperatingRegion
Consumes the builder and constructs a RemoveIpamOperatingRegion
.