Struct aws_sdk_sagemaker::model::oidc_member_definition::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for OidcMemberDefinition
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn groups(self, input: impl Into<String>) -> Self
pub fn groups(self, input: impl Into<String>) -> Self
Appends an item to groups
.
To override the contents of this collection use set_groups
.
A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.
sourcepub fn set_groups(self, input: Option<Vec<String>>) -> Self
pub fn set_groups(self, input: Option<Vec<String>>) -> Self
A list of comma seperated strings that identifies user groups in your OIDC IdP. Each user group is made up of a group of private workers.
sourcepub fn build(self) -> OidcMemberDefinition
pub fn build(self) -> OidcMemberDefinition
Consumes the builder and constructs a OidcMemberDefinition
.