Class WindowsUpdateRolloutSettings.Builder

    • Method Detail

      • offerEndDateTimeInUTC

        public WindowsUpdateRolloutSettings.Builder offerEndDateTimeInUTC​(OffsetDateTime offerEndDateTimeInUTC)
        “The feature update's ending of release date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z.”
        Parameters:
        offerEndDateTimeInUTC - value of offerEndDateTimeInUTC property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • offerIntervalInDays

        public WindowsUpdateRolloutSettings.Builder offerIntervalInDays​(Integer offerIntervalInDays)
        “The number of day(s) between each set of offers to be set, updated, and displayed for a feature update profile, for example: if OfferStartDateTimeInUTC is 2020-06-09T10:00:00Z, and OfferIntervalInDays is 1, then the next two sets of offers will be made consecutively on 2020-06-10T10:00:00Z (next day at the same specified time) and 2020-06-11T10:00:00Z (next next day at the same specified time) with 1 day in between each set of offers.”
        Parameters:
        offerIntervalInDays - value of offerIntervalInDays property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • offerStartDateTimeInUTC

        public WindowsUpdateRolloutSettings.Builder offerStartDateTimeInUTC​(OffsetDateTime offerStartDateTimeInUTC)
        “The feature update's starting date and time to be set, update, and displayed for a feature Update profile for example: 2020-06-09T10:00:00Z.”
        Parameters:
        offerStartDateTimeInUTC - value of offerStartDateTimeInUTC property (as defined in service metadata)
        Returns:
        this (for method chaining)