Uses of Interface
software.amazon.awssdk.services.lightsail.model.AddOn.Builder
-
Packages that use AddOn.Builder Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of AddOn.Builder in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return AddOn.Builder Modifier and Type Method Description static AddOn.BuilderAddOn. builder()AddOn.BuilderAddOn.Builder. duration(String duration)The amount of idle time in minutes after which your virtual computer will automatically stop.AddOn.BuilderAddOn.Builder. name(String name)The name of the add-on.AddOn.BuilderAddOn.Builder. nextSnapshotTimeOfDay(String nextSnapshotTimeOfDay)The next daily time an automatic snapshot will be created.AddOn.BuilderAddOn.Builder. snapshotTimeOfDay(String snapshotTimeOfDay)The daily time when an automatic snapshot is created.AddOn.BuilderAddOn.Builder. status(String status)The status of the add-on.AddOn.BuilderAddOn.Builder. threshold(String threshold)The trigger threshold of the action.AddOn.BuilderAddOn. toBuilder()Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type AddOn.Builder Modifier and Type Method Description static Class<? extends AddOn.Builder>AddOn. serializableBuilderClass()
-