Interface SpaceAppLifecycleManagement.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SpaceAppLifecycleManagement.Builder,SpaceAppLifecycleManagement>,SdkBuilder<SpaceAppLifecycleManagement.Builder,SpaceAppLifecycleManagement>,SdkPojo
- Enclosing class:
- SpaceAppLifecycleManagement
public static interface SpaceAppLifecycleManagement.Builder extends SdkPojo, CopyableBuilder<SpaceAppLifecycleManagement.Builder,SpaceAppLifecycleManagement>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SpaceAppLifecycleManagement.BuilderidleSettings(Consumer<SpaceIdleSettings.Builder> idleSettings)Settings related to idle shutdown of Studio applications.SpaceAppLifecycleManagement.BuilderidleSettings(SpaceIdleSettings 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
SpaceAppLifecycleManagement.Builder idleSettings(SpaceIdleSettings 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 SpaceAppLifecycleManagement.Builder idleSettings(Consumer<SpaceIdleSettings.Builder> idleSettings)
Settings related to idle shutdown of Studio applications.
This is a convenience method that creates an instance of theSpaceIdleSettings.Builderavoiding the need to create one manually viaSpaceIdleSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toidleSettings(SpaceIdleSettings).- Parameters:
idleSettings- a consumer that will call methods onSpaceIdleSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
idleSettings(SpaceIdleSettings)
-
-