Class EventBatchingCondition

    • Method Detail

      • batchSize

        public final Integer batchSize()

        Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.

        Returns:
        Number of events that must be received from Amazon EventBridge before EventBridge event trigger fires.
      • batchWindow

        public final Integer batchWindow()

        Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.

        Returns:
        Window of time in seconds after which EventBridge event trigger fires. Window starts when first event is received.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)