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