Interface JupyterLabAppSettings.Builder

    • Method Detail

      • defaultResourceSpec

        JupyterLabAppSettings.Builder defaultResourceSpec​(ResourceSpec defaultResourceSpec)
        Sets the value of the DefaultResourceSpec property for this object.
        Parameters:
        defaultResourceSpec - The new value for the DefaultResourceSpec property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customImages

        JupyterLabAppSettings.Builder customImages​(Collection<CustomImage> customImages)

        A list of custom SageMaker images that are configured to run as a JupyterLab app.

        Parameters:
        customImages - A list of custom SageMaker images that are configured to run as a JupyterLab app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customImages

        JupyterLabAppSettings.Builder customImages​(CustomImage... customImages)

        A list of custom SageMaker images that are configured to run as a JupyterLab app.

        Parameters:
        customImages - A list of custom SageMaker images that are configured to run as a JupyterLab app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lifecycleConfigArns

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

        The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. 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 user profile or domain. 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

        JupyterLabAppSettings.Builder lifecycleConfigArns​(String... lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. 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 user profile or domain. 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

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

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

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

        JupyterLabAppSettings.Builder codeRepositories​(CodeRepository... codeRepositories)

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

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