pub struct Builder { /* private fields */ }
Expand description
A builder for DirectoryServiceAuthentication
.
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 ID of the Active Directory used for authentication.
sourcepub fn set_directory_id(self, input: Option<String>) -> Self
pub fn set_directory_id(self, input: Option<String>) -> Self
The ID of the Active Directory used for authentication.
sourcepub fn build(self) -> DirectoryServiceAuthentication
pub fn build(self) -> DirectoryServiceAuthentication
Consumes the builder and constructs a DirectoryServiceAuthentication
.