Interface SpaceCodeEditorAppSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpaceCodeEditorAppSettings.Builder,
,SpaceCodeEditorAppSettings> SdkBuilder<SpaceCodeEditorAppSettings.Builder,
,SpaceCodeEditorAppSettings> SdkPojo
- Enclosing class:
SpaceCodeEditorAppSettings
public static interface SpaceCodeEditorAppSettings.Builder
extends SdkPojo, CopyableBuilder<SpaceCodeEditorAppSettings.Builder,SpaceCodeEditorAppSettings>
-
Method Summary
Modifier and TypeMethodDescriptionappLifecycleManagement
(Consumer<SpaceAppLifecycleManagement.Builder> appLifecycleManagement) Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.appLifecycleManagement
(SpaceAppLifecycleManagement appLifecycleManagement) Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.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.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 SpaceCodeEditorAppSettings.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:
-
appLifecycleManagement
SpaceCodeEditorAppSettings.Builder appLifecycleManagement(SpaceAppLifecycleManagement appLifecycleManagement) Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
- Parameters:
appLifecycleManagement
- Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appLifecycleManagement
default SpaceCodeEditorAppSettings.Builder appLifecycleManagement(Consumer<SpaceAppLifecycleManagement.Builder> appLifecycleManagement) Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.
This is a convenience method that creates an instance of theSpaceAppLifecycleManagement.Builder
avoiding the need to create one manually viaSpaceAppLifecycleManagement.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toappLifecycleManagement(SpaceAppLifecycleManagement)
.- Parameters:
appLifecycleManagement
- a consumer that will call methods onSpaceAppLifecycleManagement.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-