Struct aws_sdk_sagemaker::model::domain_settings::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DomainSettings
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn security_group_ids(self, input: impl Into<String>) -> Self
pub fn security_group_ids(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_security_group_ids(self, input: Option<Vec<String>>) -> Self
The security groups for the Amazon Virtual Private Cloud that the Domain
uses for communication between Domain-level apps and user apps.
sourcepub 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.
sourcepub 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.
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.
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.
sourcepub fn build(self) -> DomainSettings
pub fn build(self) -> DomainSettings
Consumes the builder and constructs a DomainSettings
.