public static interface DescribeNotebookInstanceLifecycleConfigResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeNotebookInstanceLifecycleConfigResponse.Builder,DescribeNotebookInstanceLifecycleConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
creationTime(Instant creationTime)
A timestamp that tells when the lifecycle configuration was created.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
notebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
onCreate(Consumer<NotebookInstanceLifecycleHook.Builder>... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
DescribeNotebookInstanceLifecycleConfigResponse.Builder |
onCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
|
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 |
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 |
onStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook
instance.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeNotebookInstanceLifecycleConfigResponse.Builder notebookInstanceLifecycleConfigArn(String notebookInstanceLifecycleConfigArn)
The Amazon Resource Name (ARN) of the lifecycle configuration.
notebookInstanceLifecycleConfigArn - The Amazon Resource Name (ARN) of the lifecycle configuration.DescribeNotebookInstanceLifecycleConfigResponse.Builder notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.DescribeNotebookInstanceLifecycleConfigResponse.Builder onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
The shell script that runs only once, when you create a notebook instance.
onCreate - The shell script that runs only once, when you create a notebook instance.DescribeNotebookInstanceLifecycleConfigResponse.Builder onCreate(NotebookInstanceLifecycleHook... onCreate)
The shell script that runs only once, when you create a notebook instance.
onCreate - The shell script that runs only once, when you create a notebook instance.DescribeNotebookInstanceLifecycleConfigResponse.Builder onCreate(Consumer<NotebookInstanceLifecycleHook.Builder>... onCreate)
The shell script that runs only once, when you create a notebook instance.
This is a convenience method that creates an instance of theNotebookInstanceLifecycleHook.Builder avoiding the
need to create one manually via
NotebookInstanceLifecycleHook.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #onCreate(List.
onCreate - a consumer that will call methods on
NotebookInstanceLifecycleHook.Builder#onCreate(java.util.Collection) 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.
onStart - The shell script that runs every time you start a notebook instance, including when you create the
notebook instance.DescribeNotebookInstanceLifecycleConfigResponse.Builder onStart(NotebookInstanceLifecycleHook... onStart)
The shell script that runs every time you start a notebook instance, including when you create the notebook instance.
onStart - The shell script that runs every time you start a notebook instance, including when you create the
notebook instance.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.
This is a convenience method that creates an instance of theNotebookInstanceLifecycleHook.Builder avoiding the
need to create one manually via
NotebookInstanceLifecycleHook.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #onStart(List.
onStart - a consumer that will call methods on
NotebookInstanceLifecycleHook.Builder#onStart(java.util.Collection) DescribeNotebookInstanceLifecycleConfigResponse.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that tells when the lifecycle configuration was last modified.
lastModifiedTime - A timestamp that tells when the lifecycle configuration was last modified.DescribeNotebookInstanceLifecycleConfigResponse.Builder creationTime(Instant creationTime)
A timestamp that tells when the lifecycle configuration was created.
creationTime - A timestamp that tells when the lifecycle configuration was created.Copyright © 2023. All rights reserved.