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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SpaceCodeEditorAppSettings.BuilderappLifecycleManagement(Consumer<SpaceAppLifecycleManagement.Builder> appLifecycleManagement)Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.SpaceCodeEditorAppSettings.BuilderappLifecycleManagement(SpaceAppLifecycleManagement appLifecycleManagement)Settings that are used to configure and manage the lifecycle of CodeEditor applications in a space.default SpaceCodeEditorAppSettings.BuilderdefaultResourceSpec(Consumer<ResourceSpec.Builder> defaultResourceSpec)Sets the value of the DefaultResourceSpec property for this object.SpaceCodeEditorAppSettings.BuilderdefaultResourceSpec(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
defaultResourceSpec
SpaceCodeEditorAppSettings.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 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.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)
-
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.Builderavoiding the need to create one manually viaSpaceAppLifecycleManagement.builder().When the
Consumercompletes,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:
appLifecycleManagement(SpaceAppLifecycleManagement)
-
-