Uses of Interface
software.amazon.awssdk.services.lightsail.model.StopInstanceOnIdleRequest.Builder
-
Packages that use StopInstanceOnIdleRequest.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of StopInstanceOnIdleRequest.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return StopInstanceOnIdleRequest.Builder Modifier and Type Method Description static StopInstanceOnIdleRequest.BuilderStopInstanceOnIdleRequest. builder()StopInstanceOnIdleRequest.BuilderStopInstanceOnIdleRequest.Builder. duration(String duration)The amount of idle time in minutes after which your virtual computer will automatically stop.StopInstanceOnIdleRequest.BuilderStopInstanceOnIdleRequest.Builder. threshold(String threshold)The value to compare with the duration.StopInstanceOnIdleRequest.BuilderStopInstanceOnIdleRequest. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type StopInstanceOnIdleRequest.Builder Modifier and Type Method Description static Class<? extends StopInstanceOnIdleRequest.Builder>StopInstanceOnIdleRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type StopInstanceOnIdleRequest.Builder Modifier and Type Method Description default AddOnRequest.BuilderAddOnRequest.Builder. stopInstanceOnIdleRequest(Consumer<StopInstanceOnIdleRequest.Builder> stopInstanceOnIdleRequest)An object that represents additional parameters when enabling or modifying theStopInstanceOnIdleadd-on.
-