@Stability(value=Stable) public static final class CfnUserProfile.UserSettingsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnUserProfile.UserSettingsProperty>
CfnUserProfile.UserSettingsProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder executionRole(String executionRole)
CfnUserProfile.UserSettingsProperty.getExecutionRole()executionRole - The execution role for the user.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder jupyterServerAppSettings(CfnUserProfile.JupyterServerAppSettingsProperty jupyterServerAppSettings)
CfnUserProfile.UserSettingsProperty.getJupyterServerAppSettings()jupyterServerAppSettings - The Jupyter server's app settings.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder jupyterServerAppSettings(IResolvable jupyterServerAppSettings)
CfnUserProfile.UserSettingsProperty.getJupyterServerAppSettings()jupyterServerAppSettings - The Jupyter server's app settings.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder kernelGatewayAppSettings(CfnUserProfile.KernelGatewayAppSettingsProperty kernelGatewayAppSettings)
CfnUserProfile.UserSettingsProperty.getKernelGatewayAppSettings()kernelGatewayAppSettings - The kernel gateway app settings.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder kernelGatewayAppSettings(IResolvable kernelGatewayAppSettings)
CfnUserProfile.UserSettingsProperty.getKernelGatewayAppSettings()kernelGatewayAppSettings - The kernel gateway app settings.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder rStudioServerProAppSettings(CfnUserProfile.RStudioServerProAppSettingsProperty rStudioServerProAppSettings)
CfnUserProfile.UserSettingsProperty.getRStudioServerProAppSettings()rStudioServerProAppSettings - A collection of settings that configure user interaction with the `RStudioServerPro` app.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder rStudioServerProAppSettings(IResolvable rStudioServerProAppSettings)
CfnUserProfile.UserSettingsProperty.getRStudioServerProAppSettings()rStudioServerProAppSettings - A collection of settings that configure user interaction with the `RStudioServerPro` app.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder securityGroups(List<String> securityGroups)
CfnUserProfile.UserSettingsProperty.getSecurityGroups()securityGroups - The security groups for the Amazon Virtual Private Cloud (VPC) that Studio uses for communication.
Optional when the CreateDomain.AppNetworkAccessType parameter is set to PublicInternetOnly .
Required when the CreateDomain.AppNetworkAccessType parameter is set to VpcOnly .
Amazon SageMaker adds a security group to allow NFS traffic from SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.
this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder sharingSettings(CfnUserProfile.SharingSettingsProperty sharingSettings)
CfnUserProfile.UserSettingsProperty.getSharingSettings()sharingSettings - Specifies options for sharing SageMaker Studio notebooks.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty.Builder sharingSettings(IResolvable sharingSettings)
CfnUserProfile.UserSettingsProperty.getSharingSettings()sharingSettings - Specifies options for sharing SageMaker Studio notebooks.this@Stability(value=Stable) public CfnUserProfile.UserSettingsProperty build()
build in interface software.amazon.jsii.Builder<CfnUserProfile.UserSettingsProperty>CfnUserProfile.UserSettingsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.