Package com.vmware.nsx_policy.model
Class IntervalBackupSchedule.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.IntervalBackupSchedule.Builder
-
- Enclosing class:
- IntervalBackupSchedule
public static final class IntervalBackupSchedule.Builder extends java.lang.Object
Builder class forIntervalBackupSchedule
.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Constructor with parameters for the required properties ofIntervalBackupSchedule
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntervalBackupSchedule
build()
IntervalBackupSchedule.Builder
setSecondsBetweenBackups(java.lang.Long secondsBetweenBackups)
Time interval in seconds between two consecutive automated backups format: int64
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofIntervalBackupSchedule
.
-
-
Method Detail
-
setSecondsBetweenBackups
public IntervalBackupSchedule.Builder setSecondsBetweenBackups(java.lang.Long secondsBetweenBackups)
Time interval in seconds between two consecutive automated backups format: int64- Parameters:
secondsBetweenBackups
- New value for the property.
-
build
public IntervalBackupSchedule build()
-
-