Interface AutoStopConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AutoStopConfig.Builder,,- AutoStopConfig> - SdkBuilder<AutoStopConfig.Builder,,- AutoStopConfig> - SdkPojo
- Enclosing class:
- AutoStopConfig
@Mutable
@NotThreadSafe
public static interface AutoStopConfig.Builder
extends SdkPojo, CopyableBuilder<AutoStopConfig.Builder,AutoStopConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionEnables the application to automatically stop after a certain amount of time being idle.idleTimeoutMinutes(Integer idleTimeoutMinutes) The amount of idle time in minutes after which your application will automatically stop.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
enabledEnables the application to automatically stop after a certain amount of time being idle. Defaults to true. - Parameters:
- enabled- Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idleTimeoutMinutesThe amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes. - Parameters:
- idleTimeoutMinutes- The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-