Interface SpaceAppLifecycleManagement.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SpaceAppLifecycleManagement.Builder,
,SpaceAppLifecycleManagement> SdkBuilder<SpaceAppLifecycleManagement.Builder,
,SpaceAppLifecycleManagement> SdkPojo
- Enclosing class:
SpaceAppLifecycleManagement
@Mutable
@NotThreadSafe
public static interface SpaceAppLifecycleManagement.Builder
extends SdkPojo, CopyableBuilder<SpaceAppLifecycleManagement.Builder,SpaceAppLifecycleManagement>
-
Method Summary
Modifier and TypeMethodDescriptionidleSettings
(Consumer<SpaceIdleSettings.Builder> idleSettings) Settings related to idle shutdown of Studio applications.idleSettings
(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 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
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.Builder
avoiding the need to create one manually viaSpaceIdleSettings.builder()
.When the
Consumer
completes,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:
-