pub struct Builder { /* private fields */ }Expand description
A builder for DeleteMemberInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_id(self, input: impl Into<String>) -> Self
pub fn network_id(self, input: impl Into<String>) -> Self
The unique identifier of the network from which the member is removed.
sourcepub fn set_network_id(self, input: Option<String>) -> Self
pub fn set_network_id(self, input: Option<String>) -> Self
The unique identifier of the network from which the member is removed.
sourcepub fn member_id(self, input: impl Into<String>) -> Self
pub fn member_id(self, input: impl Into<String>) -> Self
The unique identifier of the member to remove.
sourcepub fn set_member_id(self, input: Option<String>) -> Self
pub fn set_member_id(self, input: Option<String>) -> Self
The unique identifier of the member to remove.
sourcepub fn build(self) -> Result<DeleteMemberInput, BuildError>
pub fn build(self) -> Result<DeleteMemberInput, BuildError>
Consumes the builder and constructs a DeleteMemberInput.