Interface JupyterServerAppSettings.Builder

    • Method Detail

      • defaultResourceSpec

        JupyterServerAppSettings.Builder defaultResourceSpec​(ResourceSpec defaultResourceSpec)

        The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.

        Parameters:
        defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycleConfigArns

        JupyterServerAppSettings.Builder lifecycleConfigArns​(Collection<String> lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

        Parameters:
        lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycleConfigArns

        JupyterServerAppSettings.Builder lifecycleConfigArns​(String... lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

        Parameters:
        lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codeRepositories

        JupyterServerAppSettings.Builder codeRepositories​(Collection<CodeRepository> codeRepositories)

        A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.

        Parameters:
        codeRepositories - A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • codeRepositories

        JupyterServerAppSettings.Builder codeRepositories​(CodeRepository... codeRepositories)

        A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.

        Parameters:
        codeRepositories - A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.