Struct aws_sdk_sagemaker::model::domain_settings_for_update::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for DomainSettingsForUpdate.
Implementations
sourceimpl Builder
impl Builder
sourcepub 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.
sourcepub 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.
sourcepub fn execution_role_identity_config(
self,
input: ExecutionRoleIdentityConfig
) -> Self
pub fn execution_role_identity_config(
self,
input: ExecutionRoleIdentityConfig
) -> Self
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.
sourcepub fn set_execution_role_identity_config(
self,
input: Option<ExecutionRoleIdentityConfig>
) -> Self
pub fn set_execution_role_identity_config(
self,
input: Option<ExecutionRoleIdentityConfig>
) -> Self
The configuration for attaching a SageMaker user profile name to the execution role as a sts:SourceIdentity key. This configuration can only be modified if there are no apps in the InService or Pending state.
sourcepub fn build(self) -> DomainSettingsForUpdate
pub fn build(self) -> DomainSettingsForUpdate
Consumes the builder and constructs a DomainSettingsForUpdate.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more