Struct aws_sdk_sagemaker::model::domain_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for DomainSettings
Implementations
Appends an item to security_group_ids
.
To override the contents of this collection use set_security_group_ids
.
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication between Domain-level apps and user apps.
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication between Domain-level apps and user apps.
pub fn r_studio_server_pro_domain_settings(
self,
input: RStudioServerProDomainSettings
) -> Self
pub fn r_studio_server_pro_domain_settings(
self,
input: RStudioServerProDomainSettings
) -> Self
A collection of settings that configure the RStudioServerPro
Domain-level app.
pub fn set_r_studio_server_pro_domain_settings(
self,
input: Option<RStudioServerProDomainSettings>
) -> Self
pub fn set_r_studio_server_pro_domain_settings(
self,
input: Option<RStudioServerProDomainSettings>
) -> Self
A collection of settings that configure the RStudioServerPro
Domain-level app.
Consumes the builder and constructs a DomainSettings
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