| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static StopInstanceOnIdleRequest.Builder |
StopInstanceOnIdleRequest.builder() |
StopInstanceOnIdleRequest.Builder |
StopInstanceOnIdleRequest.Builder.duration(String duration)
The amount of idle time in minutes after which your virtual computer will automatically stop.
|
StopInstanceOnIdleRequest.Builder |
StopInstanceOnIdleRequest.Builder.threshold(String threshold)
The value to compare with the duration.
|
StopInstanceOnIdleRequest.Builder |
StopInstanceOnIdleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopInstanceOnIdleRequest.Builder> |
StopInstanceOnIdleRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AddOnRequest.Builder |
AddOnRequest.Builder.stopInstanceOnIdleRequest(Consumer<StopInstanceOnIdleRequest.Builder> stopInstanceOnIdleRequest)
An object that represents additional parameters when enabling or modifying the
StopInstanceOnIdle add-on. |
Copyright © 2023. All rights reserved.