Uses of Interface
software.amazon.awscdk.services.emrserverless.CfnApplication.AutoStopConfigurationProperty
Package
Description
AWS::EMRServerless Construct Library
-
Uses of CfnApplication.AutoStopConfigurationProperty in software.amazon.awscdk.services.emrserverless
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnApplication.AutoStopConfigurationProperty
Modifier and TypeMethodDescriptionCfnApplication.AutoStopConfigurationProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnApplication.Builder.autoStopConfiguration
(CfnApplication.AutoStopConfigurationProperty autoStopConfiguration) The configuration for an application to automatically stop after a certain amount of time being idle.CfnApplicationProps.Builder.autoStopConfiguration
(CfnApplication.AutoStopConfigurationProperty autoStopConfiguration) Sets the value ofCfnApplicationProps.getAutoStopConfiguration()
void
CfnApplication.setAutoStopConfiguration
(CfnApplication.AutoStopConfigurationProperty value) The configuration for an application to automatically stop after a certain amount of time being idle.