Class ScheduleOptions


  • public final class ScheduleOptions
    extends java.lang.Object
    Options for creating a schedule.
    • Method Detail

      • isTriggerImmediately

        public boolean isTriggerImmediately()
        Get if the schedule will be triggered immediately upon creation.
        Returns:
        True if the schedule will trigger on creation
      • getBackfills

        public java.util.List<ScheduleBackfill> getBackfills()
        Get the time periods to take actions on as if that time passed right now.
        Returns:
        backfill requests
      • getMemo

        public java.util.Map<java.lang.String,​java.lang.Object> getMemo()
        Get the memo for the schedule. Values for the memo cannot be null.
        Returns:
        memos for the schedule
      • getSearchAttributes

        public java.util.Map<java.lang.String,​?> getSearchAttributes()
        Deprecated.
        Get the search attributes for the schedule.
        Returns:
        search attributes for the schedule
      • getTypedSearchAttributes

        public SearchAttributes getTypedSearchAttributes()
        Get the search attributes for the schedule.
        Returns:
        search attributes for the schedule