Class RerunTumblingWindowTriggerActionParameters


  • public final class RerunTumblingWindowTriggerActionParameters
    extends Object
    Rerun tumbling window trigger Parameters.
    • Constructor Detail

      • RerunTumblingWindowTriggerActionParameters

        public RerunTumblingWindowTriggerActionParameters()
    • Method Detail

      • getStartTime

        public OffsetDateTime getStartTime()
        Get the startTime property: The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
        Returns:
        the startTime value.
      • setStartTime

        public RerunTumblingWindowTriggerActionParameters setStartTime​(OffsetDateTime startTime)
        Set the startTime property: The start time for the time period for which restatement is initiated. Only UTC time is currently supported.
        Parameters:
        startTime - the startTime value to set.
        Returns:
        the RerunTumblingWindowTriggerActionParameters object itself.
      • getEndTime

        public OffsetDateTime getEndTime()
        Get the endTime property: The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
        Returns:
        the endTime value.
      • setEndTime

        public RerunTumblingWindowTriggerActionParameters setEndTime​(OffsetDateTime endTime)
        Set the endTime property: The end time for the time period for which restatement is initiated. Only UTC time is currently supported.
        Parameters:
        endTime - the endTime value to set.
        Returns:
        the RerunTumblingWindowTriggerActionParameters object itself.
      • getMaxConcurrency

        public int getMaxConcurrency()
        Get the maxConcurrency property: The max number of parallel time windows (ready for execution) for which a rerun is triggered.
        Returns:
        the maxConcurrency value.
      • setMaxConcurrency

        public RerunTumblingWindowTriggerActionParameters setMaxConcurrency​(int maxConcurrency)
        Set the maxConcurrency property: The max number of parallel time windows (ready for execution) for which a rerun is triggered.
        Parameters:
        maxConcurrency - the maxConcurrency value to set.
        Returns:
        the RerunTumblingWindowTriggerActionParameters object itself.