Interface AppLifecycleManagement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppLifecycleManagement.Builder,
,AppLifecycleManagement> SdkBuilder<AppLifecycleManagement.Builder,
,AppLifecycleManagement> SdkPojo
- Enclosing class:
AppLifecycleManagement
public static interface AppLifecycleManagement.Builder
extends SdkPojo, CopyableBuilder<AppLifecycleManagement.Builder,AppLifecycleManagement>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AppLifecycleManagement.Builder
idleSettings
(Consumer<IdleSettings.Builder> idleSettings) Settings related to idle shutdown of Studio applications.idleSettings
(IdleSettings idleSettings) Settings related to idle shutdown of Studio applications.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
-
idleSettings
Settings related to idle shutdown of Studio applications.
- Parameters:
idleSettings
- Settings related to idle shutdown of Studio applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
idleSettings
Settings related to idle shutdown of Studio applications.
This is a convenience method that creates an instance of theIdleSettings.Builder
avoiding the need to create one manually viaIdleSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toidleSettings(IdleSettings)
.- Parameters:
idleSettings
- a consumer that will call methods onIdleSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-