Package com.pulumi.aws.sagemaker.inputs
Class DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.sagemaker.inputs.DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder
-
- Enclosing class:
- DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs
public static final class DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs defaults)
-
-
Method Detail
-
codeRepositories
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder codeRepositories(@Nullable com.pulumi.core.Output<java.util.List<DomainDefaultSpaceSettingsJupyterLabAppSettingsCodeRepositoryArgs>> codeRepositories)
- Parameters:
codeRepositories
- A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.- Returns:
- builder
-
codeRepositories
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder codeRepositories(java.util.List<DomainDefaultSpaceSettingsJupyterLabAppSettingsCodeRepositoryArgs> codeRepositories)
- Parameters:
codeRepositories
- A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.- Returns:
- builder
-
codeRepositories
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder codeRepositories(DomainDefaultSpaceSettingsJupyterLabAppSettingsCodeRepositoryArgs... codeRepositories)
- Parameters:
codeRepositories
- A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer application. see `code_repository` Block below.- Returns:
- builder
-
customImages
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder customImages(@Nullable com.pulumi.core.Output<java.util.List<DomainDefaultSpaceSettingsJupyterLabAppSettingsCustomImageArgs>> customImages)
- Parameters:
customImages
- A list of custom SageMaker images that are configured to run as a JupyterLab app. see `custom_image` Block below.- Returns:
- builder
-
customImages
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder customImages(java.util.List<DomainDefaultSpaceSettingsJupyterLabAppSettingsCustomImageArgs> customImages)
- Parameters:
customImages
- A list of custom SageMaker images that are configured to run as a JupyterLab app. see `custom_image` Block below.- Returns:
- builder
-
customImages
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder customImages(DomainDefaultSpaceSettingsJupyterLabAppSettingsCustomImageArgs... customImages)
- Parameters:
customImages
- A list of custom SageMaker images that are configured to run as a JupyterLab app. see `custom_image` Block below.- Returns:
- builder
-
defaultResourceSpec
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder defaultResourceSpec(@Nullable com.pulumi.core.Output<DomainDefaultSpaceSettingsJupyterLabAppSettingsDefaultResourceSpecArgs> defaultResourceSpec)
- Parameters:
defaultResourceSpec
- The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.- Returns:
- builder
-
defaultResourceSpec
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder defaultResourceSpec(DomainDefaultSpaceSettingsJupyterLabAppSettingsDefaultResourceSpecArgs defaultResourceSpec)
- Parameters:
defaultResourceSpec
- The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance. see `default_resource_spec` Block below.- Returns:
- builder
-
lifecycleConfigArns
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder lifecycleConfigArns(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> lifecycleConfigArns)
- Parameters:
lifecycleConfigArns
- The Amazon Resource Name (ARN) of the Lifecycle Configurations.- Returns:
- builder
-
lifecycleConfigArns
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder lifecycleConfigArns(java.util.List<java.lang.String> lifecycleConfigArns)
- Parameters:
lifecycleConfigArns
- The Amazon Resource Name (ARN) of the Lifecycle Configurations.- Returns:
- builder
-
lifecycleConfigArns
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs.Builder lifecycleConfigArns(java.lang.String... lifecycleConfigArns)
- Parameters:
lifecycleConfigArns
- The Amazon Resource Name (ARN) of the Lifecycle Configurations.- Returns:
- builder
-
build
public DomainDefaultSpaceSettingsJupyterLabAppSettingsArgs build()
-
-