pub struct Builder { /* private fields */ }
Expand description
A builder for DomainSettingsForUpdate
.
Implementations§
source§impl 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 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 build(self) -> DomainSettingsForUpdate
pub fn build(self) -> DomainSettingsForUpdate
Consumes the builder and constructs a DomainSettingsForUpdate
.