public static interface AddOn.Builder extends SdkPojo, CopyableBuilder<AddOn.Builder,AddOn>
| Modifier and Type | Method and Description |
|---|---|
AddOn.Builder |
duration(String duration)
The amount of idle time in minutes after which your virtual computer will automatically stop.
|
AddOn.Builder |
name(String name)
The name of the add-on.
|
AddOn.Builder |
nextSnapshotTimeOfDay(String nextSnapshotTimeOfDay)
The next daily time an automatic snapshot will be created.
|
AddOn.Builder |
snapshotTimeOfDay(String snapshotTimeOfDay)
The daily time when an automatic snapshot is created.
|
AddOn.Builder |
status(String status)
The status of the add-on.
|
AddOn.Builder |
threshold(String threshold)
The trigger threshold of the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddOn.Builder name(String name)
The name of the add-on.
name - The name of the add-on.AddOn.Builder status(String status)
The status of the add-on.
status - The status of the add-on.AddOn.Builder snapshotTimeOfDay(String snapshotTimeOfDay)
The daily time when an automatic snapshot is created.
The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
snapshotTimeOfDay - The daily time when an automatic snapshot is created.
The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
AddOn.Builder nextSnapshotTimeOfDay(String nextSnapshotTimeOfDay)
The next daily time an automatic snapshot will be created.
The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
nextSnapshotTimeOfDay - The next daily time an automatic snapshot will be created.
The time shown is in HH:00 format, and in Coordinated Universal Time (UTC).
The snapshot is automatically created between the time shown and up to 45 minutes after.
AddOn.Builder threshold(String threshold)
The trigger threshold of the action.
This add-on only applies to Lightsail for Research resources.
threshold - The trigger threshold of the action. This add-on only applies to Lightsail for Research resources.
AddOn.Builder duration(String duration)
The amount of idle time in minutes after which your virtual computer will automatically stop.
This add-on only applies to Lightsail for Research resources.
duration - The amount of idle time in minutes after which your virtual computer will automatically stop.
This add-on only applies to Lightsail for Research resources.
Copyright © 2023. All rights reserved.