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