public static interface JupyterServerAppSettings.Builder extends SdkPojo, CopyableBuilder<JupyterServerAppSettings.Builder,JupyterServerAppSettings>
| Modifier and Type | Method and Description |
|---|---|
default JupyterServerAppSettings.Builder |
defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
JupyterServerAppSettings.Builder |
defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app.
|
JupyterServerAppSettings.Builder |
lifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.
|
JupyterServerAppSettings.Builder |
lifecycleConfigArns(String... lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildJupyterServerAppSettings.Builder defaultResourceSpec(ResourceSpec defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also
required.
defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by
the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter
is also required.default JupyterServerAppSettings.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the
JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also
required.
ResourceSpec.Builder avoiding the need
to create one manually via ResourceSpec.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to defaultResourceSpec(ResourceSpec).
defaultResourceSpec - a consumer that will call methods on ResourceSpec.BuilderdefaultResourceSpec(ResourceSpec)JupyterServerAppSettings.Builder lifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use
this parameter, the DefaultResourceSpec parameter is also required.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If
you use this parameter, the DefaultResourceSpec parameter is also required.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
JupyterServerAppSettings.Builder lifecycleConfigArns(String... lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use
this parameter, the DefaultResourceSpec parameter is also required.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If
you use this parameter, the DefaultResourceSpec parameter is also required.
To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.
Copyright © 2022. All rights reserved.