Interface JupyterServerAppSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<JupyterServerAppSettings.Builder,,- JupyterServerAppSettings> - SdkBuilder<JupyterServerAppSettings.Builder,,- JupyterServerAppSettings> - SdkPojo
- Enclosing class:
- JupyterServerAppSettings
- 
Method SummaryModifier and TypeMethodDescriptioncodeRepositories(Collection<CodeRepository> codeRepositories) A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application.codeRepositories(Consumer<CodeRepository.Builder>... codeRepositories) A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application.codeRepositories(CodeRepository... codeRepositories) A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application.default JupyterServerAppSettings.BuilderdefaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec) The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app.defaultResourceSpec(ResourceSpec defaultResourceSpec) The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app.lifecycleConfigArns(String... lifecycleConfigArns) The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.lifecycleConfigArns(Collection<String> lifecycleConfigArns) The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
defaultResourceSpecThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the LifecycleConfigArnsparameter, then this parameter is also required.- Parameters:
- defaultResourceSpec- The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the- LifecycleConfigArnsparameter, then this parameter is also required.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
defaultResourceSpecdefault JupyterServerAppSettings.Builder defaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec) The default instance type and the Amazon Resource Name (ARN) of the default SageMaker AI image used by the JupyterServer app. If you use the This is a convenience method that creates an instance of theLifecycleConfigArnsparameter, then this parameter is also required.ResourceSpec.Builderavoiding the need to create one manually viaResourceSpec.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todefaultResourceSpec(ResourceSpec).- Parameters:
- defaultResourceSpec- a consumer that will call methods on- ResourceSpec.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lifecycleConfigArnsThe Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpecparameter is also required.To remove a Lifecycle Config, you must set LifecycleConfigArnsto an empty list.- Parameters:
- lifecycleConfigArns- The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the- DefaultResourceSpecparameter is also required.- To remove a Lifecycle Config, you must set - LifecycleConfigArnsto an empty list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lifecycleConfigArnsThe Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpecparameter is also required.To remove a Lifecycle Config, you must set LifecycleConfigArnsto an empty list.- Parameters:
- lifecycleConfigArns- The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the- DefaultResourceSpecparameter is also required.- To remove a Lifecycle Config, you must set - LifecycleConfigArnsto an empty list.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeRepositoriesA list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application. - Parameters:
- codeRepositories- A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeRepositoriesA list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application. - Parameters:
- codeRepositories- A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
codeRepositoriesJupyterServerAppSettings.Builder codeRepositories(Consumer<CodeRepository.Builder>... codeRepositories) A list of Git repositories that SageMaker AI automatically displays to users for cloning in the JupyterServer application. This is a convenience method that creates an instance of theCodeRepository.Builderavoiding the need to create one manually viaCodeRepository.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocodeRepositories(List<CodeRepository>).- Parameters:
- codeRepositories- a consumer that will call methods on- CodeRepository.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-