Uses of Class
software.amazon.awscdk.services.sagemaker.CfnUserProfile.IdleSettingsProperty.Builder
-
Uses of CfnUserProfile.IdleSettingsProperty.Builder in software.amazon.awscdk.services.sagemaker
Modifier and TypeMethodDescriptionCfnUserProfile.IdleSettingsProperty.builder()
CfnUserProfile.IdleSettingsProperty.Builder.idleTimeoutInMinutes
(Number idleTimeoutInMinutes) Sets the value ofCfnUserProfile.IdleSettingsProperty.getIdleTimeoutInMinutes()
CfnUserProfile.IdleSettingsProperty.Builder.lifecycleManagement
(String lifecycleManagement) Sets the value ofCfnUserProfile.IdleSettingsProperty.getLifecycleManagement()
CfnUserProfile.IdleSettingsProperty.Builder.maxIdleTimeoutInMinutes
(Number maxIdleTimeoutInMinutes) Sets the value ofCfnUserProfile.IdleSettingsProperty.getMaxIdleTimeoutInMinutes()
CfnUserProfile.IdleSettingsProperty.Builder.minIdleTimeoutInMinutes
(Number minIdleTimeoutInMinutes) Sets the value ofCfnUserProfile.IdleSettingsProperty.getMinIdleTimeoutInMinutes()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnUserProfile.IdleSettingsProperty.Builder
.