Class CfnDomain.AppLifecycleManagementProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnDomain.AppLifecycleManagementProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.AppLifecycleManagementProperty>
- Enclosing interface:
CfnDomain.AppLifecycleManagementProperty
@Stability(Stable)
public static final class CfnDomain.AppLifecycleManagementProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.AppLifecycleManagementProperty>
A builder for
CfnDomain.AppLifecycleManagementProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.idleSettings
(IResolvable idleSettings) Sets the value ofCfnDomain.AppLifecycleManagementProperty.getIdleSettings()
idleSettings
(CfnDomain.IdleSettingsProperty idleSettings) Sets the value ofCfnDomain.AppLifecycleManagementProperty.getIdleSettings()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
idleSettings
@Stability(Stable) public CfnDomain.AppLifecycleManagementProperty.Builder idleSettings(IResolvable idleSettings) Sets the value ofCfnDomain.AppLifecycleManagementProperty.getIdleSettings()
- Parameters:
idleSettings
- Settings related to idle shutdown of Studio applications.- Returns:
this
-
idleSettings
@Stability(Stable) public CfnDomain.AppLifecycleManagementProperty.Builder idleSettings(CfnDomain.IdleSettingsProperty idleSettings) Sets the value ofCfnDomain.AppLifecycleManagementProperty.getIdleSettings()
- Parameters:
idleSettings
- Settings related to idle shutdown of Studio applications.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDomain.AppLifecycleManagementProperty>
- Returns:
- a new instance of
CfnDomain.AppLifecycleManagementProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-