pub struct Builder { /* private fields */ }
Expand description
A builder for AccessControlAttributeValue
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source(self, input: impl Into<String>) -> Self
pub fn source(self, input: impl Into<String>) -> Self
Appends an item to source
.
To override the contents of this collection use set_source
.
The identity source to use when mapping a specified attribute to IAM Identity Center.
sourcepub fn set_source(self, input: Option<Vec<String>>) -> Self
pub fn set_source(self, input: Option<Vec<String>>) -> Self
The identity source to use when mapping a specified attribute to IAM Identity Center.
sourcepub fn build(self) -> AccessControlAttributeValue
pub fn build(self) -> AccessControlAttributeValue
Consumes the builder and constructs a AccessControlAttributeValue
.