Struct aws_sdk_sagemaker::model::default_space_settings::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DefaultSpaceSettings
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn execution_role(self, input: impl Into<String>) -> Self
pub fn execution_role(self, input: impl Into<String>) -> Self
The execution role for the space.
sourcepub fn set_execution_role(self, input: Option<String>) -> Self
pub fn set_execution_role(self, input: Option<String>) -> Self
The execution role for the space.
sourcepub fn security_groups(self, input: impl Into<String>) -> Self
pub fn security_groups(self, input: impl Into<String>) -> Self
Appends an item to security_groups
.
To override the contents of this collection use set_security_groups
.
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.
sourcepub fn set_security_groups(self, input: Option<Vec<String>>) -> Self
pub fn set_security_groups(self, input: Option<Vec<String>>) -> Self
The security groups for the Amazon Virtual Private Cloud that the space uses for communication.
sourcepub fn jupyter_server_app_settings(self, input: JupyterServerAppSettings) -> Self
pub fn jupyter_server_app_settings(self, input: JupyterServerAppSettings) -> Self
The JupyterServer app settings.
sourcepub fn set_jupyter_server_app_settings(
self,
input: Option<JupyterServerAppSettings>
) -> Self
pub fn set_jupyter_server_app_settings(
self,
input: Option<JupyterServerAppSettings>
) -> Self
The JupyterServer app settings.
sourcepub fn kernel_gateway_app_settings(self, input: KernelGatewayAppSettings) -> Self
pub fn kernel_gateway_app_settings(self, input: KernelGatewayAppSettings) -> Self
The KernelGateway app settings.
sourcepub fn set_kernel_gateway_app_settings(
self,
input: Option<KernelGatewayAppSettings>
) -> Self
pub fn set_kernel_gateway_app_settings(
self,
input: Option<KernelGatewayAppSettings>
) -> Self
The KernelGateway app settings.
sourcepub fn build(self) -> DefaultSpaceSettings
pub fn build(self) -> DefaultSpaceSettings
Consumes the builder and constructs a DefaultSpaceSettings
.