static UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.builder() |
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName) |
The name of the lifecycle configuration.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(Collection<NotebookInstanceLifecycleHook> onCreate) |
The shell script that runs only once, when you create a notebook instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(Consumer<NotebookInstanceLifecycleHook.Builder>... onCreate) |
The shell script that runs only once, when you create a notebook instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onCreate(NotebookInstanceLifecycleHook... onCreate) |
The shell script that runs only once, when you create a notebook instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onStart(Collection<NotebookInstanceLifecycleHook> onStart) |
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onStart(Consumer<NotebookInstanceLifecycleHook.Builder>... onStart) |
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.onStart(NotebookInstanceLifecycleHook... onStart) |
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateNotebookInstanceLifecycleConfigRequest.Builder |
UpdateNotebookInstanceLifecycleConfigRequest.toBuilder() |
|