Interface BatchGetAutomationRulesResponse.Builder

    • Method Detail

      • rules

        BatchGetAutomationRulesResponse.Builder rules​(AutomationRulesConfig... rules)

        A list of rule details for the provided rule ARNs.

        Parameters:
        rules - A list of rule details for the provided rule ARNs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAutomationRules

        BatchGetAutomationRulesResponse.Builder unprocessedAutomationRules​(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)

        A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't retrieve and why.

        Parameters:
        unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't retrieve and why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAutomationRules

        BatchGetAutomationRulesResponse.Builder unprocessedAutomationRules​(UnprocessedAutomationRule... unprocessedAutomationRules)

        A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't retrieve and why.

        Parameters:
        unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't retrieve and why.
        Returns:
        Returns a reference to this object so that method calls can be chained together.