Interface AutoSnapshotAddOnRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AutoSnapshotAddOnRequest.Builder,AutoSnapshotAddOnRequest>, SdkBuilder<AutoSnapshotAddOnRequest.Builder,AutoSnapshotAddOnRequest>, SdkPojo
Enclosing class:
AutoSnapshotAddOnRequest

public static interface AutoSnapshotAddOnRequest.Builder extends SdkPojo, CopyableBuilder<AutoSnapshotAddOnRequest.Builder,AutoSnapshotAddOnRequest>
  • Method Details

    • snapshotTimeOfDay

      AutoSnapshotAddOnRequest.Builder snapshotTimeOfDay(String snapshotTimeOfDay)

      The daily time when an automatic snapshot will be created.

      Constraints:

      • Must be in HH:00 format, and in an hourly increment.

      • Specified in Coordinated Universal Time (UTC).

      • The snapshot will be automatically created between the time specified and up to 45 minutes after.

      Parameters:
      snapshotTimeOfDay - The daily time when an automatic snapshot will be created.

      Constraints:

      • Must be in HH:00 format, and in an hourly increment.

      • Specified in Coordinated Universal Time (UTC).

      • The snapshot will be automatically created between the time specified and up to 45 minutes after.

      Returns:
      Returns a reference to this object so that method calls can be chained together.