Struct aws_sdk_sagemaker::model::jupyter_server_app_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for JupyterServerAppSettings
Implementations
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
Appends an item to lifecycle_config_arns
.
To override the contents of this collection use set_lifecycle_config_arns
.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.
Consumes the builder and constructs a JupyterServerAppSettings
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