pub struct Builder { /* private fields */ }Expand description
A builder for AssociateIpGroupsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn directory_id(self, input: impl Into<String>) -> Self
pub fn directory_id(self, input: impl Into<String>) -> Self
The identifier of the directory.
sourcepub fn set_directory_id(self, input: Option<String>) -> Self
pub fn set_directory_id(self, input: Option<String>) -> Self
The identifier of the directory.
sourcepub fn group_ids(self, input: impl Into<String>) -> Self
pub fn group_ids(self, input: impl Into<String>) -> Self
Appends an item to group_ids.
To override the contents of this collection use set_group_ids.
The identifiers of one or more IP access control groups.
sourcepub fn set_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_group_ids(self, input: Option<Vec<String>>) -> Self
The identifiers of one or more IP access control groups.
sourcepub fn build(self) -> Result<AssociateIpGroupsInput, BuildError>
pub fn build(self) -> Result<AssociateIpGroupsInput, BuildError>
Consumes the builder and constructs a AssociateIpGroupsInput.