Class AutomationRuleRunPlaybookAction


  • public final class AutomationRuleRunPlaybookAction
    extends AutomationRuleAction
    Describes an automation rule action to run a playbook.
    • Constructor Detail

      • AutomationRuleRunPlaybookAction

        public AutomationRuleRunPlaybookAction()
    • Method Detail

      • actionConfiguration

        public PlaybookActionProperties actionConfiguration()
        Get the actionConfiguration property: The actionConfiguration property.
        Returns:
        the actionConfiguration value.
      • withActionConfiguration

        public AutomationRuleRunPlaybookAction withActionConfiguration​(PlaybookActionProperties actionConfiguration)
        Set the actionConfiguration property: The actionConfiguration property.
        Parameters:
        actionConfiguration - the actionConfiguration value to set.
        Returns:
        the AutomationRuleRunPlaybookAction object itself.