public static interface AddOn.Builder extends SdkPojo, CopyableBuilder<AddOn.Builder,AddOn>
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
Copyright © 2021. All rights reserved.