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