Interface JupyterLabAppSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<JupyterLabAppSettings.Builder,
,JupyterLabAppSettings> SdkBuilder<JupyterLabAppSettings.Builder,
,JupyterLabAppSettings> SdkPojo
- Enclosing class:
JupyterLabAppSettings
-
Method Summary
Modifier and TypeMethodDescriptioncodeRepositories
(Collection<CodeRepository> codeRepositories) A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.codeRepositories
(Consumer<CodeRepository.Builder>... codeRepositories) A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.codeRepositories
(CodeRepository... codeRepositories) A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.customImages
(Collection<CustomImage> customImages) A list of custom SageMaker images that are configured to run as a JupyterLab app.customImages
(Consumer<CustomImage.Builder>... customImages) A list of custom SageMaker images that are configured to run as a JupyterLab app.customImages
(CustomImage... customImages) A list of custom SageMaker images that are configured to run as a JupyterLab app.default JupyterLabAppSettings.Builder
defaultResourceSpec
(Consumer<ResourceSpec.Builder> defaultResourceSpec) Sets the value of the DefaultResourceSpec property for this object.defaultResourceSpec
(ResourceSpec defaultResourceSpec) Sets the value of the DefaultResourceSpec property for this object.default JupyterLabAppSettings.Builder
emrSettings
(Consumer<EmrSettings.Builder> emrSettings) The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.emrSettings
(EmrSettings emrSettings) The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.lifecycleConfigArns
(String... lifecycleConfigArns) The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.lifecycleConfigArns
(Collection<String> lifecycleConfigArns) The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.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 Details
-
defaultResourceSpec
Sets the value of the DefaultResourceSpec property for this object.- Parameters:
defaultResourceSpec
- The new value for the DefaultResourceSpec property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultResourceSpec
default JupyterLabAppSettings.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec) Sets the value of the DefaultResourceSpec property for this object. This is a convenience method that creates an instance of theResourceSpec.Builder
avoiding the need to create one manually viaResourceSpec.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todefaultResourceSpec(ResourceSpec)
.- Parameters:
defaultResourceSpec
- a consumer that will call methods onResourceSpec.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customImages
A list of custom SageMaker images that are configured to run as a JupyterLab app.
- Parameters:
customImages
- A list of custom SageMaker images that are configured to run as a JupyterLab app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customImages
A list of custom SageMaker images that are configured to run as a JupyterLab app.
- Parameters:
customImages
- A list of custom SageMaker images that are configured to run as a JupyterLab app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customImages
A list of custom SageMaker images that are configured to run as a JupyterLab app.
This is a convenience method that creates an instance of theCustomImage.Builder
avoiding the need to create one manually viaCustomImage.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocustomImages(List<CustomImage>)
.- Parameters:
customImages
- a consumer that will call methods onCustomImage.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycleConfigArns
The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set
LifecycleConfigArns
to an empty list.- Parameters:
lifecycleConfigArns
- The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must setLifecycleConfigArns
to an empty list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycleConfigArns
The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set
LifecycleConfigArns
to an empty list.- Parameters:
lifecycleConfigArns
- The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must setLifecycleConfigArns
to an empty list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeRepositories
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
- Parameters:
codeRepositories
- A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeRepositories
A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
- Parameters:
codeRepositories
- A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
codeRepositories
JupyterLabAppSettings.Builder codeRepositories(Consumer<CodeRepository.Builder>... codeRepositories) A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
This is a convenience method that creates an instance of theCodeRepository.Builder
avoiding the need to create one manually viaCodeRepository.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocodeRepositories(List<CodeRepository>)
.- Parameters:
codeRepositories
- a consumer that will call methods onCodeRepository.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
emrSettings
The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
- Parameters:
emrSettings
- The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
emrSettings
The configuration parameters that specify the IAM roles assumed by the execution role of SageMaker (assumable roles) and the cluster instances or job execution environments (execution roles or runtime roles) to manage and access resources required for running Amazon EMR clusters or Amazon EMR Serverless applications.
This is a convenience method that creates an instance of theEmrSettings.Builder
avoiding the need to create one manually viaEmrSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toemrSettings(EmrSettings)
.- Parameters:
emrSettings
- a consumer that will call methods onEmrSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-