Interface BatchDeleteAutomationRulesResponse.Builder

    • Method Detail

      • processedAutomationRules

        BatchDeleteAutomationRulesResponse.Builder processedAutomationRules​(Collection<String> processedAutomationRules)

        A list of properly processed rule ARNs.

        Parameters:
        processedAutomationRules - A list of properly processed rule ARNs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processedAutomationRules

        BatchDeleteAutomationRulesResponse.Builder processedAutomationRules​(String... processedAutomationRules)

        A list of properly processed rule ARNs.

        Parameters:
        processedAutomationRules - A list of properly processed rule ARNs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unprocessedAutomationRules

        BatchDeleteAutomationRulesResponse.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 delete and why.

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

        BatchDeleteAutomationRulesResponse.Builder unprocessedAutomationRules​(UnprocessedAutomationRule... unprocessedAutomationRules)

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

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