static BatchDeleteAutomationRulesResponse.Builder |
BatchDeleteAutomationRulesResponse.builder() |
|
BatchDeleteAutomationRulesResponse.Builder |
BatchDeleteAutomationRulesResponse.Builder.processedAutomationRules(String... processedAutomationRules) |
A list of properly processed rule ARNs.
|
BatchDeleteAutomationRulesResponse.Builder |
BatchDeleteAutomationRulesResponse.Builder.processedAutomationRules(Collection<String> processedAutomationRules) |
A list of properly processed rule ARNs.
|
BatchDeleteAutomationRulesResponse.Builder |
BatchDeleteAutomationRulesResponse.toBuilder() |
|
BatchDeleteAutomationRulesResponse.Builder |
BatchDeleteAutomationRulesResponse.Builder.unprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules) |
A list of objects containing RuleArn, ErrorCode, and ErrorMessage.
|
BatchDeleteAutomationRulesResponse.Builder |
BatchDeleteAutomationRulesResponse.Builder.unprocessedAutomationRules(Consumer<UnprocessedAutomationRule.Builder>... unprocessedAutomationRules) |
A list of objects containing RuleArn, ErrorCode, and ErrorMessage.
|
BatchDeleteAutomationRulesResponse.Builder |
BatchDeleteAutomationRulesResponse.Builder.unprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules) |
A list of objects containing RuleArn, ErrorCode, and ErrorMessage.
|