Struct aws_sdk_sagemaker::input::create_notebook_instance_lifecycle_config_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateNotebookInstanceLifecycleConfigInput
Implementations
The name of the lifecycle configuration.
The name of the lifecycle configuration.
Appends an item to on_create
.
To override the contents of this collection use set_on_create
.
A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
A shell script that runs only once, when you create a notebook instance. The shell script must be a base64-encoded string.
Appends an item to on_start
.
To override the contents of this collection use set_on_start
.
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.
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.
Consumes the builder and constructs a CreateNotebookInstanceLifecycleConfigInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more