public static interface AutoStopConfig.Builder extends SdkPojo, CopyableBuilder<AutoStopConfig.Builder,AutoStopConfig>
| Modifier and Type | Method and Description |
|---|---|
AutoStopConfig.Builder |
enabled(Boolean enabled)
Enables the application to automatically stop after a certain amount of time being idle.
|
AutoStopConfig.Builder |
idleTimeoutMinutes(Integer idleTimeoutMinutes)
The amount of idle time in minutes after which your application will automatically stop.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutoStopConfig.Builder enabled(Boolean enabled)
Enables the application to automatically stop after a certain amount of time being idle. Defaults to true.
enabled - Enables the application to automatically stop after a certain amount of time being idle. Defaults to
true.AutoStopConfig.Builder idleTimeoutMinutes(Integer idleTimeoutMinutes)
The amount of idle time in minutes after which your application will automatically stop. Defaults to 15 minutes.
idleTimeoutMinutes - The amount of idle time in minutes after which your application will automatically stop. Defaults to
15 minutes.Copyright © 2023. All rights reserved.