pub struct Builder { /* private fields */ }
Expand description
A builder for RStudioServerProDomainSettings
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn domain_execution_role_arn(self, input: impl Into<String>) -> Self
pub fn domain_execution_role_arn(self, input: impl Into<String>) -> Self
The ARN of the execution role for the RStudioServerPro
Domain-level app.
sourcepub fn set_domain_execution_role_arn(self, input: Option<String>) -> Self
pub fn set_domain_execution_role_arn(self, input: Option<String>) -> Self
The ARN of the execution role for the RStudioServerPro
Domain-level app.
sourcepub fn r_studio_connect_url(self, input: impl Into<String>) -> Self
pub fn r_studio_connect_url(self, input: impl Into<String>) -> Self
A URL pointing to an RStudio Connect server.
sourcepub fn set_r_studio_connect_url(self, input: Option<String>) -> Self
pub fn set_r_studio_connect_url(self, input: Option<String>) -> Self
A URL pointing to an RStudio Connect server.
sourcepub fn r_studio_package_manager_url(self, input: impl Into<String>) -> Self
pub fn r_studio_package_manager_url(self, input: impl Into<String>) -> Self
A URL pointing to an RStudio Package Manager server.
sourcepub fn set_r_studio_package_manager_url(self, input: Option<String>) -> Self
pub fn set_r_studio_package_manager_url(self, input: Option<String>) -> Self
A URL pointing to an RStudio Package Manager server.
sourcepub fn default_resource_spec(self, input: ResourceSpec) -> Self
pub fn default_resource_spec(self, input: ResourceSpec) -> Self
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
sourcepub fn set_default_resource_spec(self, input: Option<ResourceSpec>) -> Self
pub fn set_default_resource_spec(self, input: Option<ResourceSpec>) -> Self
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
sourcepub fn build(self) -> RStudioServerProDomainSettings
pub fn build(self) -> RStudioServerProDomainSettings
Consumes the builder and constructs a RStudioServerProDomainSettings
.