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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AppLifecycleManagement.BuilderidleSettings(Consumer<IdleSettings.Builder> idleSettings)Settings related to idle shutdown of Studio applications.AppLifecycleManagement.BuilderidleSettings(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
idleSettings
AppLifecycleManagement.Builder idleSettings(IdleSettings 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
default AppLifecycleManagement.Builder idleSettings(Consumer<IdleSettings.Builder> idleSettings)
Settings related to idle shutdown of Studio applications.
This is a convenience method that creates an instance of theIdleSettings.Builderavoiding the need to create one manually viaIdleSettings.builder().When the
Consumercompletes,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:
idleSettings(IdleSettings)
-
-