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.
defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by
the JupyterServer app.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.
This is a convenience that creates an instance of theResourceSpec.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.
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.
lifecycleConfigArns - The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.Copyright © 2022. All rights reserved.