Class ChainingTriggerResponse


  • public final class ChainingTriggerResponse
    extends java.lang.Object
    • Method Detail

      • annotations

        public java.util.List<java.lang.Object> annotations()
        Returns:
        List of tags that can be used for describing the trigger.
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Trigger description.
      • runDimension

        public java.lang.String runDimension()
        Returns:
        Run Dimension property that needs to be emitted by upstream pipelines.
      • runtimeState

        public java.lang.String runtimeState()
        Returns:
        Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger.
      • type

        public java.lang.String type()
        Returns:
        Trigger type. Expected value is 'ChainingTrigger'.