pub struct Builder { /* private fields */ }
Expand description
A builder for GetIdentityVerificationAttributesInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn identities(self, input: impl Into<String>) -> Self
pub fn identities(self, input: impl Into<String>) -> Self
Appends an item to identities
.
To override the contents of this collection use set_identities
.
A list of identities.
sourcepub fn set_identities(self, input: Option<Vec<String>>) -> Self
pub fn set_identities(self, input: Option<Vec<String>>) -> Self
A list of identities.
sourcepub fn build(self) -> Result<GetIdentityVerificationAttributesInput, BuildError>
pub fn build(self) -> Result<GetIdentityVerificationAttributesInput, BuildError>
Consumes the builder and constructs a GetIdentityVerificationAttributesInput
.