Interface SpaceSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpaceSettings.Builder,
,SpaceSettings> SdkBuilder<SpaceSettings.Builder,
,SpaceSettings> SdkPojo
- Enclosing class:
SpaceSettings
-
Method Summary
Modifier and TypeMethodDescriptionThe type of app created within the space.The type of app created within the space.default SpaceSettings.Builder
codeEditorAppSettings
(Consumer<SpaceCodeEditorAppSettings.Builder> codeEditorAppSettings) The Code Editor application settings.codeEditorAppSettings
(SpaceCodeEditorAppSettings codeEditorAppSettings) The Code Editor application settings.customFileSystems
(Collection<CustomFileSystem> customFileSystems) A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain.customFileSystems
(Consumer<CustomFileSystem.Builder>... customFileSystems) A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain.customFileSystems
(CustomFileSystem... customFileSystems) A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain.default SpaceSettings.Builder
jupyterLabAppSettings
(Consumer<SpaceJupyterLabAppSettings.Builder> jupyterLabAppSettings) The settings for the JupyterLab application.jupyterLabAppSettings
(SpaceJupyterLabAppSettings jupyterLabAppSettings) The settings for the JupyterLab application.default SpaceSettings.Builder
jupyterServerAppSettings
(Consumer<JupyterServerAppSettings.Builder> jupyterServerAppSettings) Sets the value of the JupyterServerAppSettings property for this object.jupyterServerAppSettings
(JupyterServerAppSettings jupyterServerAppSettings) Sets the value of the JupyterServerAppSettings property for this object.default SpaceSettings.Builder
kernelGatewayAppSettings
(Consumer<KernelGatewayAppSettings.Builder> kernelGatewayAppSettings) Sets the value of the KernelGatewayAppSettings property for this object.kernelGatewayAppSettings
(KernelGatewayAppSettings kernelGatewayAppSettings) Sets the value of the KernelGatewayAppSettings property for this object.remoteAccess
(String remoteAccess) A setting that enables or disables remote access for a SageMaker space.remoteAccess
(FeatureStatus remoteAccess) A setting that enables or disables remote access for a SageMaker space.spaceManagedResources
(String spaceManagedResources) If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:spaceManagedResources
(FeatureStatus spaceManagedResources) If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:default SpaceSettings.Builder
spaceStorageSettings
(Consumer<SpaceStorageSettings.Builder> spaceStorageSettings) The storage settings for a space.spaceStorageSettings
(SpaceStorageSettings spaceStorageSettings) The storage settings for a space.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jupyterServerAppSettings
Sets the value of the JupyterServerAppSettings property for this object.- Parameters:
jupyterServerAppSettings
- The new value for the JupyterServerAppSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jupyterServerAppSettings
default SpaceSettings.Builder jupyterServerAppSettings(Consumer<JupyterServerAppSettings.Builder> jupyterServerAppSettings) Sets the value of the JupyterServerAppSettings property for this object. This is a convenience method that creates an instance of theJupyterServerAppSettings.Builder
avoiding the need to create one manually viaJupyterServerAppSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojupyterServerAppSettings(JupyterServerAppSettings)
.- Parameters:
jupyterServerAppSettings
- a consumer that will call methods onJupyterServerAppSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
kernelGatewayAppSettings
Sets the value of the KernelGatewayAppSettings property for this object.- Parameters:
kernelGatewayAppSettings
- The new value for the KernelGatewayAppSettings property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kernelGatewayAppSettings
default SpaceSettings.Builder kernelGatewayAppSettings(Consumer<KernelGatewayAppSettings.Builder> kernelGatewayAppSettings) Sets the value of the KernelGatewayAppSettings property for this object. This is a convenience method that creates an instance of theKernelGatewayAppSettings.Builder
avoiding the need to create one manually viaKernelGatewayAppSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokernelGatewayAppSettings(KernelGatewayAppSettings)
.- Parameters:
kernelGatewayAppSettings
- a consumer that will call methods onKernelGatewayAppSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
codeEditorAppSettings
The Code Editor application settings.
- Parameters:
codeEditorAppSettings
- The Code Editor application settings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeEditorAppSettings
default SpaceSettings.Builder codeEditorAppSettings(Consumer<SpaceCodeEditorAppSettings.Builder> codeEditorAppSettings) The Code Editor application settings.
This is a convenience method that creates an instance of theSpaceCodeEditorAppSettings.Builder
avoiding the need to create one manually viaSpaceCodeEditorAppSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocodeEditorAppSettings(SpaceCodeEditorAppSettings)
.- Parameters:
codeEditorAppSettings
- a consumer that will call methods onSpaceCodeEditorAppSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jupyterLabAppSettings
The settings for the JupyterLab application.
- Parameters:
jupyterLabAppSettings
- The settings for the JupyterLab application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jupyterLabAppSettings
default SpaceSettings.Builder jupyterLabAppSettings(Consumer<SpaceJupyterLabAppSettings.Builder> jupyterLabAppSettings) The settings for the JupyterLab application.
This is a convenience method that creates an instance of theSpaceJupyterLabAppSettings.Builder
avoiding the need to create one manually viaSpaceJupyterLabAppSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojupyterLabAppSettings(SpaceJupyterLabAppSettings)
.- Parameters:
jupyterLabAppSettings
- a consumer that will call methods onSpaceJupyterLabAppSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appType
The type of app created within the space.
If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
- Parameters:
appType
- The type of app created within the space.If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
appType
The type of app created within the space.
If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
- Parameters:
appType
- The type of app created within the space.If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
spaceStorageSettings
The storage settings for a space.
- Parameters:
spaceStorageSettings
- The storage settings for a space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceStorageSettings
default SpaceSettings.Builder spaceStorageSettings(Consumer<SpaceStorageSettings.Builder> spaceStorageSettings) The storage settings for a space.
This is a convenience method that creates an instance of theSpaceStorageSettings.Builder
avoiding the need to create one manually viaSpaceStorageSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tospaceStorageSettings(SpaceStorageSettings)
.- Parameters:
spaceStorageSettings
- a consumer that will call methods onSpaceStorageSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
spaceManagedResources
If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:
-
The user profile that possesses the space.
-
The app that the space contains.
- Parameters:
spaceManagedResources
- If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:-
The user profile that possesses the space.
-
The app that the space contains.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
spaceManagedResources
If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:
-
The user profile that possesses the space.
-
The app that the space contains.
- Parameters:
spaceManagedResources
- If you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:-
The user profile that possesses the space.
-
The app that the space contains.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
customFileSystems
A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- Parameters:
customFileSystems
- A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customFileSystems
A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
- Parameters:
customFileSystems
- A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customFileSystems
A file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain. Permitted users can access this file system in Amazon SageMaker AI Studio.
This is a convenience method that creates an instance of theCustomFileSystem.Builder
avoiding the need to create one manually viaCustomFileSystem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocustomFileSystems(List<CustomFileSystem>)
.- Parameters:
customFileSystems
- a consumer that will call methods onCustomFileSystem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
remoteAccess
A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
- Parameters:
remoteAccess
- A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
remoteAccess
A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.
- Parameters:
remoteAccess
- A setting that enables or disables remote access for a SageMaker space. When enabled, this allows you to connect to the remote space from your local IDE.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-