Struct aws_sdk_workspaces::input::delete_ip_group_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for DeleteIpGroupInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn group_id(self, input: impl Into<String>) -> Self
pub fn group_id(self, input: impl Into<String>) -> Self
The identifier of the IP access control group.
sourcepub fn set_group_id(self, input: Option<String>) -> Self
pub fn set_group_id(self, input: Option<String>) -> Self
The identifier of the IP access control group.
sourcepub fn build(self) -> Result<DeleteIpGroupInput, BuildError>
pub fn build(self) -> Result<DeleteIpGroupInput, BuildError>
Consumes the builder and constructs a DeleteIpGroupInput.