Interface AddOn.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<AddOn.Builder,,AddOn> SdkBuilder<AddOn.Builder,,AddOn> SdkPojo
- Enclosing class:
 AddOn
- 
Method Summary
Modifier and TypeMethodDescriptionThe amount of idle time in minutes after which your virtual computer will automatically stop.The name of the add-on.nextSnapshotTimeOfDay(String nextSnapshotTimeOfDay) The next daily time an automatic snapshot will be created.snapshotTimeOfDay(String snapshotTimeOfDay) The daily time when an automatic snapshot is created.The status of the add-on.The trigger threshold of the action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
name
The name of the add-on.
- Parameters:
 name- The name of the add-on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
The status of the add-on.
- Parameters:
 status- The status of the add-on.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
snapshotTimeOfDay
The daily time when an automatic snapshot is created.
The time shown is in
HH:00format, and in Coordinated Universal Time (UTC).The snapshot is automatically created between the time shown and up to 45 minutes after.
- Parameters:
 snapshotTimeOfDay- The daily time when an automatic snapshot is created.The time shown is in
HH:00format, and in Coordinated Universal Time (UTC).The snapshot is automatically created between the time shown and up to 45 minutes after.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nextSnapshotTimeOfDay
The next daily time an automatic snapshot will be created.
The time shown is in
HH:00format, and in Coordinated Universal Time (UTC).The snapshot is automatically created between the time shown and up to 45 minutes after.
- Parameters:
 nextSnapshotTimeOfDay- The next daily time an automatic snapshot will be created.The time shown is in
HH:00format, and in Coordinated Universal Time (UTC).The snapshot is automatically created between the time shown and up to 45 minutes after.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
threshold
The trigger threshold of the action.
This add-on only applies to Lightsail for Research resources.
- Parameters:
 threshold- The trigger threshold of the action.This add-on only applies to Lightsail for Research resources.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.
- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -