default JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.appLifecycleManagement(Consumer<AppLifecycleManagement.Builder> appLifecycleManagement) |
Indicates whether idle shutdown is activated for JupyterLab applications.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.appLifecycleManagement(AppLifecycleManagement appLifecycleManagement) |
Indicates whether idle shutdown is activated for JupyterLab applications.
|
static JupyterLabAppSettings.Builder |
JupyterLabAppSettings.builder() |
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.builtInLifecycleConfigArn(String builtInLifecycleConfigArn) |
The lifecycle configuration that runs before the default lifecycle configuration.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.codeRepositories(Collection<CodeRepository> codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.codeRepositories(Consumer<CodeRepository.Builder>... codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.codeRepositories(CodeRepository... codeRepositories) |
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab
application.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.customImages(Collection<CustomImage> customImages) |
A list of custom SageMaker images that are configured to run as a JupyterLab app.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.customImages(Consumer<CustomImage.Builder>... customImages) |
A list of custom SageMaker images that are configured to run as a JupyterLab app.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.customImages(CustomImage... customImages) |
A list of custom SageMaker images that are configured to run as a JupyterLab app.
|
default JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec) |
Sets the value of the DefaultResourceSpec property for this object.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.defaultResourceSpec(ResourceSpec defaultResourceSpec) |
Sets the value of the DefaultResourceSpec property for this object.
|
default JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.emrSettings(Consumer<EmrSettings.Builder> emrSettings) |
The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable
roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage
and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.emrSettings(EmrSettings emrSettings) |
The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable
roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage
and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.lifecycleConfigArns(String... lifecycleConfigArns) |
The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.Builder.lifecycleConfigArns(Collection<String> lifecycleConfigArns) |
The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.
|
JupyterLabAppSettings.Builder |
JupyterLabAppSettings.toBuilder() |
|