Package com.pulumi.aws.sagemaker.inputs
Class SpaceSpaceSettingsArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.sagemaker.inputs.SpaceSpaceSettingsArgs.Builder
-
- Enclosing class:
- SpaceSpaceSettingsArgs
public static final class SpaceSpaceSettingsArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(SpaceSpaceSettingsArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(SpaceSpaceSettingsArgs defaults)
-
-
Method Detail
-
appType
public SpaceSpaceSettingsArgs.Builder appType(@Nullable com.pulumi.core.Output<java.lang.String> appType)
- Parameters:
appType
- The type of app created within the space.- Returns:
- builder
-
appType
public SpaceSpaceSettingsArgs.Builder appType(java.lang.String appType)
- Parameters:
appType
- The type of app created within the space.- Returns:
- builder
-
codeEditorAppSettings
public SpaceSpaceSettingsArgs.Builder codeEditorAppSettings(@Nullable com.pulumi.core.Output<SpaceSpaceSettingsCodeEditorAppSettingsArgs> codeEditorAppSettings)
- Parameters:
codeEditorAppSettings
- The Code Editor application settings. See Code Editor App Settings below.- Returns:
- builder
-
codeEditorAppSettings
public SpaceSpaceSettingsArgs.Builder codeEditorAppSettings(SpaceSpaceSettingsCodeEditorAppSettingsArgs codeEditorAppSettings)
- Parameters:
codeEditorAppSettings
- The Code Editor application settings. See Code Editor App Settings below.- Returns:
- builder
-
customFileSystems
public SpaceSpaceSettingsArgs.Builder customFileSystems(@Nullable com.pulumi.core.Output<java.util.List<SpaceSpaceSettingsCustomFileSystemArgs>> customFileSystems)
- Parameters:
customFileSystems
- A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. See Custom File System below.- Returns:
- builder
-
customFileSystems
public SpaceSpaceSettingsArgs.Builder customFileSystems(java.util.List<SpaceSpaceSettingsCustomFileSystemArgs> customFileSystems)
- Parameters:
customFileSystems
- A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. See Custom File System below.- Returns:
- builder
-
customFileSystems
public SpaceSpaceSettingsArgs.Builder customFileSystems(SpaceSpaceSettingsCustomFileSystemArgs... customFileSystems)
- Parameters:
customFileSystems
- A file system, created by you, that you assign to a space for an Amazon SageMaker Domain. See Custom File System below.- Returns:
- builder
-
jupyterLabAppSettings
public SpaceSpaceSettingsArgs.Builder jupyterLabAppSettings(@Nullable com.pulumi.core.Output<SpaceSpaceSettingsJupyterLabAppSettingsArgs> jupyterLabAppSettings)
- Parameters:
jupyterLabAppSettings
- The settings for the JupyterLab application. See Jupyter Lab App Settings below.- Returns:
- builder
-
jupyterLabAppSettings
public SpaceSpaceSettingsArgs.Builder jupyterLabAppSettings(SpaceSpaceSettingsJupyterLabAppSettingsArgs jupyterLabAppSettings)
- Parameters:
jupyterLabAppSettings
- The settings for the JupyterLab application. See Jupyter Lab App Settings below.- Returns:
- builder
-
jupyterServerAppSettings
public SpaceSpaceSettingsArgs.Builder jupyterServerAppSettings(@Nullable com.pulumi.core.Output<SpaceSpaceSettingsJupyterServerAppSettingsArgs> jupyterServerAppSettings)
- Parameters:
jupyterServerAppSettings
- The Jupyter server's app settings. See Jupyter Server App Settings below.- Returns:
- builder
-
jupyterServerAppSettings
public SpaceSpaceSettingsArgs.Builder jupyterServerAppSettings(SpaceSpaceSettingsJupyterServerAppSettingsArgs jupyterServerAppSettings)
- Parameters:
jupyterServerAppSettings
- The Jupyter server's app settings. See Jupyter Server App Settings below.- Returns:
- builder
-
kernelGatewayAppSettings
public SpaceSpaceSettingsArgs.Builder kernelGatewayAppSettings(@Nullable com.pulumi.core.Output<SpaceSpaceSettingsKernelGatewayAppSettingsArgs> kernelGatewayAppSettings)
- Parameters:
kernelGatewayAppSettings
- The kernel gateway app settings. See Kernel Gateway App Settings below.- Returns:
- builder
-
kernelGatewayAppSettings
public SpaceSpaceSettingsArgs.Builder kernelGatewayAppSettings(SpaceSpaceSettingsKernelGatewayAppSettingsArgs kernelGatewayAppSettings)
- Parameters:
kernelGatewayAppSettings
- The kernel gateway app settings. See Kernel Gateway App Settings below.- Returns:
- builder
-
spaceStorageSettings
public SpaceSpaceSettingsArgs.Builder spaceStorageSettings(@Nullable com.pulumi.core.Output<SpaceSpaceSettingsSpaceStorageSettingsArgs> spaceStorageSettings)
-
spaceStorageSettings
public SpaceSpaceSettingsArgs.Builder spaceStorageSettings(SpaceSpaceSettingsSpaceStorageSettingsArgs spaceStorageSettings)
-
build
public SpaceSpaceSettingsArgs build()
-
-