default SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.Builder.appLifecycleManagement(Consumer<SpaceAppLifecycleManagement.Builder> appLifecycleManagement) |
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
|
SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.Builder.appLifecycleManagement(SpaceAppLifecycleManagement appLifecycleManagement) |
Settings that are used to configure and manage the lifecycle of JupyterLab applications in a space.
|
static SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.builder() |
|
SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.Builder.codeRepositories(Collection<CodeRepository> codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.Builder.codeRepositories(Consumer<CodeRepository.Builder>... codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.Builder.codeRepositories(CodeRepository... codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
default SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.Builder.defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec) |
Sets the value of the DefaultResourceSpec property for this object.
|
SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.Builder.defaultResourceSpec(ResourceSpec defaultResourceSpec) |
Sets the value of the DefaultResourceSpec property for this object.
|
SpaceJupyterLabAppSettings.Builder |
SpaceJupyterLabAppSettings.toBuilder() |
|