Interface NotebookInstanceLifecycleHook.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NotebookInstanceLifecycleHook.Builder,NotebookInstanceLifecycleHook>,SdkBuilder<NotebookInstanceLifecycleHook.Builder,NotebookInstanceLifecycleHook>,SdkPojo
- Enclosing class:
- NotebookInstanceLifecycleHook
public static interface NotebookInstanceLifecycleHook.Builder extends SdkPojo, CopyableBuilder<NotebookInstanceLifecycleHook.Builder,NotebookInstanceLifecycleHook>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotebookInstanceLifecycleHook.Buildercontent(String content)A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
content
NotebookInstanceLifecycleHook.Builder content(String content)
A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.
- Parameters:
content- A base64-encoded string that contains a shell script for a notebook instance lifecycle configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-