Struct aws_sdk_sagemaker::model::domain_settings_for_update::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for DomainSettingsForUpdate
Implementations
pub fn r_studio_server_pro_domain_settings_for_update(
self,
input: RStudioServerProDomainSettingsForUpdate
) -> Self
pub fn r_studio_server_pro_domain_settings_for_update(
self,
input: RStudioServerProDomainSettingsForUpdate
) -> Self
A collection of RStudioServerPro
Domain-level app settings to update.
pub fn set_r_studio_server_pro_domain_settings_for_update(
self,
input: Option<RStudioServerProDomainSettingsForUpdate>
) -> Self
pub fn set_r_studio_server_pro_domain_settings_for_update(
self,
input: Option<RStudioServerProDomainSettingsForUpdate>
) -> Self
A collection of RStudioServerPro
Domain-level app settings to update.
Consumes the builder and constructs a DomainSettingsForUpdate
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