public static interface BatchDeleteAutomationRulesResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteAutomationRulesResponse.Builder,BatchDeleteAutomationRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteAutomationRulesResponse.Builder |
processedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchDeleteAutomationRulesResponse.Builder |
processedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchDeleteAutomationRulesResponse.Builder |
unprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchDeleteAutomationRulesResponse.Builder |
unprocessedAutomationRules(Consumer<UnprocessedAutomationRule.Builder>... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchDeleteAutomationRulesResponse.Builder |
unprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteAutomationRulesResponse.Builder processedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
processedAutomationRules - A list of properly processed rule ARNs.BatchDeleteAutomationRulesResponse.Builder processedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
processedAutomationRules - A list of properly processed rule ARNs.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.
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and
ErrorMessage. This parameter tells you which automation rules the request didn't delete
and why.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.
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and
ErrorMessage. This parameter tells you which automation rules the request didn't delete
and why.BatchDeleteAutomationRulesResponse.Builder unprocessedAutomationRules(Consumer<UnprocessedAutomationRule.Builder>... unprocessedAutomationRules)
A list of objects containing RuleArn, ErrorCode, and ErrorMessage.
This parameter tells you which automation rules the request didn't delete and why.
UnprocessedAutomationRule.Builder avoiding the need
to create one manually via
UnprocessedAutomationRule.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unprocessedAutomationRules(List.
unprocessedAutomationRules - a consumer that will call methods on
UnprocessedAutomationRule.Builder#unprocessedAutomationRules(java.util.Collection) Copyright © 2023. All rights reserved.