Uses of Class
software.amazon.awscdk.services.sagemaker.CfnUserProfile.UserSettingsProperty.Builder
Packages that use CfnUserProfile.UserSettingsProperty.Builder
-
Uses of CfnUserProfile.UserSettingsProperty.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnUserProfile.UserSettingsProperty.BuilderModifier and TypeMethodDescriptionCfnUserProfile.UserSettingsProperty.builder()
CfnUserProfile.UserSettingsProperty.Builder.executionRole
(String executionRole) Sets the value ofCfnUserProfile.UserSettingsProperty.getExecutionRole()
CfnUserProfile.UserSettingsProperty.Builder.jupyterServerAppSettings
(IResolvable jupyterServerAppSettings) Sets the value ofCfnUserProfile.UserSettingsProperty.getJupyterServerAppSettings()
CfnUserProfile.UserSettingsProperty.Builder.jupyterServerAppSettings
(CfnUserProfile.JupyterServerAppSettingsProperty jupyterServerAppSettings) Sets the value ofCfnUserProfile.UserSettingsProperty.getJupyterServerAppSettings()
CfnUserProfile.UserSettingsProperty.Builder.kernelGatewayAppSettings
(IResolvable kernelGatewayAppSettings) Sets the value ofCfnUserProfile.UserSettingsProperty.getKernelGatewayAppSettings()
CfnUserProfile.UserSettingsProperty.Builder.kernelGatewayAppSettings
(CfnUserProfile.KernelGatewayAppSettingsProperty kernelGatewayAppSettings) Sets the value ofCfnUserProfile.UserSettingsProperty.getKernelGatewayAppSettings()
CfnUserProfile.UserSettingsProperty.Builder.rStudioServerProAppSettings
(IResolvable rStudioServerProAppSettings) Sets the value ofCfnUserProfile.UserSettingsProperty.getRStudioServerProAppSettings()
CfnUserProfile.UserSettingsProperty.Builder.rStudioServerProAppSettings
(CfnUserProfile.RStudioServerProAppSettingsProperty rStudioServerProAppSettings) Sets the value ofCfnUserProfile.UserSettingsProperty.getRStudioServerProAppSettings()
CfnUserProfile.UserSettingsProperty.Builder.securityGroups
(List<String> securityGroups) Sets the value ofCfnUserProfile.UserSettingsProperty.getSecurityGroups()
CfnUserProfile.UserSettingsProperty.Builder.sharingSettings
(IResolvable sharingSettings) Sets the value ofCfnUserProfile.UserSettingsProperty.getSharingSettings()
CfnUserProfile.UserSettingsProperty.Builder.sharingSettings
(CfnUserProfile.SharingSettingsProperty sharingSettings) Sets the value ofCfnUserProfile.UserSettingsProperty.getSharingSettings()
Constructors in software.amazon.awscdk.services.sagemaker with parameters of type CfnUserProfile.UserSettingsProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserProfile.UserSettingsProperty.Builder
.