public static interface CreateNotebookInstanceLifecycleConfigRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateNotebookInstanceLifecycleConfigRequest.Builder,CreateNotebookInstanceLifecycleConfigRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNotebookInstanceLifecycleConfigRequest.Builder notebookInstanceLifecycleConfigName(String notebookInstanceLifecycleConfigName)
The name of the lifecycle configuration.
notebookInstanceLifecycleConfigName - The name of the lifecycle configuration.CreateNotebookInstanceLifecycleConfigRequest.Builder onCreate(Collection<NotebookInstanceLifecycleHook> onCreate)
A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
onCreate - A shell script that runs only once, when you create a notebook instance. The shell script must be a
base64-encoded string.CreateNotebookInstanceLifecycleConfigRequest.Builder onCreate(NotebookInstanceLifecycleHook... onCreate)
A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
onCreate - A shell script that runs only once, when you create a notebook instance. The shell script must be a
base64-encoded string.CreateNotebookInstanceLifecycleConfigRequest.Builder onCreate(Consumer<NotebookInstanceLifecycleHook.Builder>... onCreate)
A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
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) 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. The shell script must be a base64-encoded string.
onStart - A shell script that runs every time you start a notebook instance, including when you create the
notebook instance. The shell script must be a base64-encoded string.CreateNotebookInstanceLifecycleConfigRequest.Builder onStart(NotebookInstanceLifecycleHook... onStart)
A shell script that runs every time you start a notebook instance, including when you create the notebook instance. The shell script must be a base64-encoded string.
onStart - A shell script that runs every time you start a notebook instance, including when you create the
notebook instance. The shell script must be a base64-encoded string.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. The shell script must be a base64-encoded string.
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) CreateNotebookInstanceLifecycleConfigRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNotebookInstanceLifecycleConfigRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.