@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DefaultSpaceSettings extends Object implements Serializable, Cloneable, StructuredPojo
A collection of settings that apply to spaces created in the domain.
Constructor and Description |
---|
DefaultSpaceSettings() |
public void setExecutionRole(String executionRole)
The ARN of the execution role for the space.
executionRole
- The ARN of the execution role for the space.public String getExecutionRole()
The ARN of the execution role for the space.
public DefaultSpaceSettings withExecutionRole(String executionRole)
The ARN of the execution role for the space.
executionRole
- The ARN of the execution role for the space.public List<String> getSecurityGroups()
The security group IDs for the Amazon VPC that the space uses for communication.
public void setSecurityGroups(Collection<String> securityGroups)
The security group IDs for the Amazon VPC that the space uses for communication.
securityGroups
- The security group IDs for the Amazon VPC that the space uses for communication.public DefaultSpaceSettings withSecurityGroups(String... securityGroups)
The security group IDs for the Amazon VPC that the space uses for communication.
NOTE: This method appends the values to the existing list (if any). Use
setSecurityGroups(java.util.Collection)
or withSecurityGroups(java.util.Collection)
if you want
to override the existing values.
securityGroups
- The security group IDs for the Amazon VPC that the space uses for communication.public DefaultSpaceSettings withSecurityGroups(Collection<String> securityGroups)
The security group IDs for the Amazon VPC that the space uses for communication.
securityGroups
- The security group IDs for the Amazon VPC that the space uses for communication.public void setJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
jupyterServerAppSettings
- public JupyterServerAppSettings getJupyterServerAppSettings()
public DefaultSpaceSettings withJupyterServerAppSettings(JupyterServerAppSettings jupyterServerAppSettings)
jupyterServerAppSettings
- public void setKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings)
kernelGatewayAppSettings
- public KernelGatewayAppSettings getKernelGatewayAppSettings()
public DefaultSpaceSettings withKernelGatewayAppSettings(KernelGatewayAppSettings kernelGatewayAppSettings)
kernelGatewayAppSettings
- public void setJupyterLabAppSettings(JupyterLabAppSettings jupyterLabAppSettings)
jupyterLabAppSettings
- public JupyterLabAppSettings getJupyterLabAppSettings()
public DefaultSpaceSettings withJupyterLabAppSettings(JupyterLabAppSettings jupyterLabAppSettings)
jupyterLabAppSettings
- public void setSpaceStorageSettings(DefaultSpaceStorageSettings spaceStorageSettings)
spaceStorageSettings
- public DefaultSpaceStorageSettings getSpaceStorageSettings()
public DefaultSpaceSettings withSpaceStorageSettings(DefaultSpaceStorageSettings spaceStorageSettings)
spaceStorageSettings
- public void setCustomPosixUserConfig(CustomPosixUserConfig customPosixUserConfig)
customPosixUserConfig
- public CustomPosixUserConfig getCustomPosixUserConfig()
public DefaultSpaceSettings withCustomPosixUserConfig(CustomPosixUserConfig customPosixUserConfig)
customPosixUserConfig
- public List<CustomFileSystemConfig> getCustomFileSystemConfigs()
The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
public void setCustomFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)
The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
customFileSystemConfigs
- The settings for assigning a custom file system to a domain. Permitted users can access this file system
in Amazon SageMaker Studio.public DefaultSpaceSettings withCustomFileSystemConfigs(CustomFileSystemConfig... customFileSystemConfigs)
The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
NOTE: This method appends the values to the existing list (if any). Use
setCustomFileSystemConfigs(java.util.Collection)
or
withCustomFileSystemConfigs(java.util.Collection)
if you want to override the existing values.
customFileSystemConfigs
- The settings for assigning a custom file system to a domain. Permitted users can access this file system
in Amazon SageMaker Studio.public DefaultSpaceSettings withCustomFileSystemConfigs(Collection<CustomFileSystemConfig> customFileSystemConfigs)
The settings for assigning a custom file system to a domain. Permitted users can access this file system in Amazon SageMaker Studio.
customFileSystemConfigs
- The settings for assigning a custom file system to a domain. Permitted users can access this file system
in Amazon SageMaker Studio.public String toString()
toString
in class Object
Object.toString()
public DefaultSpaceSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.