| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static AddOn.Builder |
AddOn.builder() |
AddOn.Builder |
AddOn.Builder.duration(String duration)
The amount of idle time in minutes after which your virtual computer will automatically stop.
|
AddOn.Builder |
AddOn.Builder.name(String name)
The name of the add-on.
|
AddOn.Builder |
AddOn.Builder.nextSnapshotTimeOfDay(String nextSnapshotTimeOfDay)
The next daily time an automatic snapshot will be created.
|
AddOn.Builder |
AddOn.Builder.snapshotTimeOfDay(String snapshotTimeOfDay)
The daily time when an automatic snapshot is created.
|
AddOn.Builder |
AddOn.Builder.status(String status)
The status of the add-on.
|
AddOn.Builder |
AddOn.Builder.threshold(String threshold)
The trigger threshold of the action.
|
AddOn.Builder |
AddOn.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AddOn.Builder> |
AddOn.serializableBuilderClass() |
Copyright © 2023. All rights reserved.