Struct aws_sdk_appstream::input::update_directory_config_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UpdateDirectoryConfigInput
Implementations
The name of the Directory Config object.
The name of the Directory Config object.
Appends an item to organizational_unit_distinguished_names.
To override the contents of this collection use set_organizational_unit_distinguished_names.
The distinguished names of the organizational units for computer accounts.
The distinguished names of the organizational units for computer accounts.
The credentials for the service account used by the fleet or image builder to connect to the directory.
pub fn set_service_account_credentials(
self,
input: Option<ServiceAccountCredentials>
) -> Self
pub fn set_service_account_credentials(
self,
input: Option<ServiceAccountCredentials>
) -> Self
The credentials for the service account used by the fleet or image builder to connect to the directory.
Consumes the builder and constructs a UpdateDirectoryConfigInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more