Interface CodeEditorAppSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CodeEditorAppSettings.Builder,CodeEditorAppSettings>,SdkBuilder<CodeEditorAppSettings.Builder,CodeEditorAppSettings>,SdkPojo
- Enclosing class:
- CodeEditorAppSettings
@Mutable @NotThreadSafe public static interface CodeEditorAppSettings.Builder extends SdkPojo, CopyableBuilder<CodeEditorAppSettings.Builder,CodeEditorAppSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CodeEditorAppSettings.BuilderappLifecycleManagement(Consumer<AppLifecycleManagement.Builder> appLifecycleManagement)Settings that are used to configure and manage the lifecycle of CodeEditor applications.CodeEditorAppSettings.BuilderappLifecycleManagement(AppLifecycleManagement appLifecycleManagement)Settings that are used to configure and manage the lifecycle of CodeEditor applications.CodeEditorAppSettings.BuilderbuiltInLifecycleConfigArn(String builtInLifecycleConfigArn)The lifecycle configuration that runs before the default lifecycle configuration.CodeEditorAppSettings.BuildercustomImages(Collection<CustomImage> customImages)A list of custom SageMaker images that are configured to run as a Code Editor app.CodeEditorAppSettings.BuildercustomImages(Consumer<CustomImage.Builder>... customImages)A list of custom SageMaker images that are configured to run as a Code Editor app.CodeEditorAppSettings.BuildercustomImages(CustomImage... customImages)A list of custom SageMaker images that are configured to run as a Code Editor app.default CodeEditorAppSettings.BuilderdefaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)Sets the value of the DefaultResourceSpec property for this object.CodeEditorAppSettings.BuilderdefaultResourceSpec(ResourceSpec defaultResourceSpec)Sets the value of the DefaultResourceSpec property for this object.CodeEditorAppSettings.BuilderlifecycleConfigArns(String... lifecycleConfigArns)The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.CodeEditorAppSettings.BuilderlifecycleConfigArns(Collection<String> lifecycleConfigArns)The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
defaultResourceSpec
CodeEditorAppSettings.Builder defaultResourceSpec(ResourceSpec 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 CodeEditorAppSettings.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.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 onResourceSpec.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
defaultResourceSpec(ResourceSpec)
-
customImages
CodeEditorAppSettings.Builder customImages(Collection<CustomImage> customImages)
A list of custom SageMaker images that are configured to run as a Code Editor app.
- Parameters:
customImages- A list of custom SageMaker images that are configured to run as a Code Editor app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customImages
CodeEditorAppSettings.Builder customImages(CustomImage... customImages)
A list of custom SageMaker images that are configured to run as a Code Editor app.
- Parameters:
customImages- A list of custom SageMaker images that are configured to run as a Code Editor app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customImages
CodeEditorAppSettings.Builder customImages(Consumer<CustomImage.Builder>... customImages)
A list of custom SageMaker images that are configured to run as a Code Editor app.
This is a convenience method that creates an instance of theCustomImage.Builderavoiding the need to create one manually viaCustomImage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#customImages(List.) - 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:
#customImages(java.util.Collection)
-
lifecycleConfigArns
CodeEditorAppSettings.Builder lifecycleConfigArns(Collection<String> lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
- Parameters:
lifecycleConfigArns- The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lifecycleConfigArns
CodeEditorAppSettings.Builder lifecycleConfigArns(String... lifecycleConfigArns)
The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.
- Parameters:
lifecycleConfigArns- The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appLifecycleManagement
CodeEditorAppSettings.Builder appLifecycleManagement(AppLifecycleManagement appLifecycleManagement)
Settings that are used to configure and manage the lifecycle of CodeEditor applications.
- Parameters:
appLifecycleManagement- Settings that are used to configure and manage the lifecycle of CodeEditor applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appLifecycleManagement
default CodeEditorAppSettings.Builder appLifecycleManagement(Consumer<AppLifecycleManagement.Builder> appLifecycleManagement)
Settings that are used to configure and manage the lifecycle of CodeEditor applications.
This is a convenience method that creates an instance of theAppLifecycleManagement.Builderavoiding the need to create one manually viaAppLifecycleManagement.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toappLifecycleManagement(AppLifecycleManagement).- Parameters:
appLifecycleManagement- a consumer that will call methods onAppLifecycleManagement.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
appLifecycleManagement(AppLifecycleManagement)
-
builtInLifecycleConfigArn
CodeEditorAppSettings.Builder builtInLifecycleConfigArn(String builtInLifecycleConfigArn)
The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.
- Parameters:
builtInLifecycleConfigArn- The lifecycle configuration that runs before the default lifecycle configuration. It can override changes made in the default lifecycle configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-