| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.builder() |
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.creationTime(Instant creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.lastModifiedTime(Instant lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.notebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onCreate(Consumer<NotebookInstanceLifecycleHook.Builder>... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onStart(Collection<NotebookInstanceLifecycleHook> onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.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.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.Builder.onStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
DescribeNotebookInstanceLifecycleConfigResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeNotebookInstanceLifecycleConfigResponse.Builder> |
DescribeNotebookInstanceLifecycleConfigResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.