Interface TriggerConfig.Builder

    • Method Detail

      • triggerType

        TriggerConfig.Builder triggerType​(String triggerType)

        Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.

        Parameters:
        triggerType - Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TriggerType, TriggerType
      • triggerType

        TriggerConfig.Builder triggerType​(TriggerType triggerType)

        Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.

        Parameters:
        triggerType - Specifies the type of flow trigger. It can be OnDemand, Scheduled, or Event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TriggerType, TriggerType
      • triggerProperties

        TriggerConfig.Builder triggerProperties​(TriggerProperties triggerProperties)

        Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.

        Parameters:
        triggerProperties - Specifies the configuration details of a schedule-triggered flow that you define. Currently, these settings only apply to the Scheduled trigger type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.