Class CancelExecutionWindowDetails.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • timeScheduledOfNewWindow

        public CancelExecutionWindowDetails.Builder timeScheduledOfNewWindow​(Date timeScheduledOfNewWindow)
        New scheduled date and time of the execution window.
        Parameters:
        timeScheduledOfNewWindow - the value to set
        Returns:
        this builder
      • windowDurationInMinsOfNewWindow

        public CancelExecutionWindowDetails.Builder windowDurationInMinsOfNewWindow​(Integer windowDurationInMinsOfNewWindow)
        Duration window allows user to set a duration they plan to allocate for Scheduling window.

        The duration is in minutes.

        Parameters:
        windowDurationInMinsOfNewWindow - the value to set
        Returns:
        this builder
      • isEnforcedDurationOfNewWindow

        public CancelExecutionWindowDetails.Builder isEnforcedDurationOfNewWindow​(Boolean isEnforcedDurationOfNewWindow)
        Indicates if duration the user plans to allocate for scheduling window is strictly enforced.

        The default value is FALSE.

        Parameters:
        isEnforcedDurationOfNewWindow - the value to set
        Returns:
        this builder