public static interface BatchUpdateAutomationRulesResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateAutomationRulesResponse.Builder,BatchUpdateAutomationRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateAutomationRulesResponse.Builder |
processedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchUpdateAutomationRulesResponse.Builder |
processedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
|
BatchUpdateAutomationRulesResponse.Builder |
unprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchUpdateAutomationRulesResponse.Builder |
unprocessedAutomationRules(Consumer<UnprocessedAutomationRule.Builder>... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchUpdateAutomationRulesResponse.Builder |
unprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateAutomationRulesResponse.Builder processedAutomationRules(Collection<String> processedAutomationRules)
A list of properly processed rule ARNs.
processedAutomationRules - A list of properly processed rule ARNs.BatchUpdateAutomationRulesResponse.Builder processedAutomationRules(String... processedAutomationRules)
A list of properly processed rule ARNs.
processedAutomationRules - A list of properly processed rule ARNs.BatchUpdateAutomationRulesResponse.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 update and why.
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and
ErrorMessage. This parameter tells you which automation rules the request didn't update
and why.BatchUpdateAutomationRulesResponse.Builder unprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing RuleArn, ErrorCode, and ErrorMessage.
This parameter tells you which automation rules the request didn't update and why.
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and
ErrorMessage. This parameter tells you which automation rules the request didn't update
and why.BatchUpdateAutomationRulesResponse.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 update 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.