Class CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomainPropsMixin.DefaultSpaceSettingsProperty>
- Enclosing interface:
CfnDomainPropsMixin.DefaultSpaceSettingsProperty
@Stability(Stable)
public static final class CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomainPropsMixin.DefaultSpaceSettingsProperty>
A builder for
CfnDomainPropsMixin.DefaultSpaceSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customFileSystemConfigs(List<? extends Object> customFileSystemConfigs) customFileSystemConfigs(IResolvable customFileSystemConfigs) customPosixUserConfig(CfnDomainPropsMixin.CustomPosixUserConfigProperty customPosixUserConfig) customPosixUserConfig(IResolvable customPosixUserConfig) executionRole(String executionRole) Sets the value ofCfnDomainPropsMixin.DefaultSpaceSettingsProperty.getExecutionRole()jupyterLabAppSettings(CfnDomainPropsMixin.JupyterLabAppSettingsProperty jupyterLabAppSettings) jupyterLabAppSettings(IResolvable jupyterLabAppSettings) jupyterServerAppSettings(CfnDomainPropsMixin.JupyterServerAppSettingsProperty jupyterServerAppSettings) jupyterServerAppSettings(IResolvable jupyterServerAppSettings) kernelGatewayAppSettings(CfnDomainPropsMixin.KernelGatewayAppSettingsProperty kernelGatewayAppSettings) kernelGatewayAppSettings(IResolvable kernelGatewayAppSettings) securityGroups(List<String> securityGroups) Sets the value ofCfnDomainPropsMixin.DefaultSpaceSettingsProperty.getSecurityGroups()spaceStorageSettings(CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty spaceStorageSettings) spaceStorageSettings(IResolvable spaceStorageSettings)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customFileSystemConfigs
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder customFileSystemConfigs(IResolvable customFileSystemConfigs) - Parameters:
customFileSystemConfigs- The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.- Returns:
this
-
customFileSystemConfigs
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder customFileSystemConfigs(List<? extends Object> customFileSystemConfigs) - Parameters:
customFileSystemConfigs- The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker AI Studio.- Returns:
this
-
customPosixUserConfig
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder customPosixUserConfig(IResolvable customPosixUserConfig) - Parameters:
customPosixUserConfig- the value to be set.- Returns:
this
-
customPosixUserConfig
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder customPosixUserConfig(CfnDomainPropsMixin.CustomPosixUserConfigProperty customPosixUserConfig) - Parameters:
customPosixUserConfig- the value to be set.- Returns:
this
-
executionRole
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder executionRole(String executionRole) Sets the value ofCfnDomainPropsMixin.DefaultSpaceSettingsProperty.getExecutionRole()- Parameters:
executionRole- The ARN of the execution role for the space.- Returns:
this
-
jupyterLabAppSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder jupyterLabAppSettings(IResolvable jupyterLabAppSettings) - Parameters:
jupyterLabAppSettings- The JupyterLab app settings.- Returns:
this
-
jupyterLabAppSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder jupyterLabAppSettings(CfnDomainPropsMixin.JupyterLabAppSettingsProperty jupyterLabAppSettings) - Parameters:
jupyterLabAppSettings- The JupyterLab app settings.- Returns:
this
-
jupyterServerAppSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder jupyterServerAppSettings(IResolvable jupyterServerAppSettings) - Parameters:
jupyterServerAppSettings- The JupyterServer app settings.- Returns:
this
-
jupyterServerAppSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder jupyterServerAppSettings(CfnDomainPropsMixin.JupyterServerAppSettingsProperty jupyterServerAppSettings) - Parameters:
jupyterServerAppSettings- The JupyterServer app settings.- Returns:
this
-
kernelGatewayAppSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder kernelGatewayAppSettings(IResolvable kernelGatewayAppSettings) - Parameters:
kernelGatewayAppSettings- The KernelGateway app settings.- Returns:
this
-
kernelGatewayAppSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder kernelGatewayAppSettings(CfnDomainPropsMixin.KernelGatewayAppSettingsProperty kernelGatewayAppSettings) - Parameters:
kernelGatewayAppSettings- The KernelGateway app settings.- Returns:
this
-
securityGroups
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder securityGroups(List<String> securityGroups) Sets the value ofCfnDomainPropsMixin.DefaultSpaceSettingsProperty.getSecurityGroups()- Parameters:
securityGroups- The security group IDs for the Amazon VPC that the space uses for communication.- Returns:
this
-
spaceStorageSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder spaceStorageSettings(IResolvable spaceStorageSettings) - Parameters:
spaceStorageSettings- Default storage settings for a space.- Returns:
this
-
spaceStorageSettings
@Stability(Stable) public CfnDomainPropsMixin.DefaultSpaceSettingsProperty.Builder spaceStorageSettings(CfnDomainPropsMixin.DefaultSpaceStorageSettingsProperty spaceStorageSettings) - Parameters:
spaceStorageSettings- Default storage settings for a space.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDomainPropsMixin.DefaultSpaceSettingsProperty>- Returns:
- a new instance of
CfnDomainPropsMixin.DefaultSpaceSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-