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