public static interface BatchGetAutomationRulesResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<BatchGetAutomationRulesResponse.Builder,BatchGetAutomationRulesResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAutomationRulesResponse.Builder |
rules(AutomationRulesConfig... rules)
A list of rule details for the provided rule ARNs.
|
BatchGetAutomationRulesResponse.Builder |
rules(Collection<AutomationRulesConfig> rules)
A list of rule details for the provided rule ARNs.
|
BatchGetAutomationRulesResponse.Builder |
rules(Consumer<AutomationRulesConfig.Builder>... rules)
A list of rule details for the provided rule ARNs.
|
BatchGetAutomationRulesResponse.Builder |
unprocessedAutomationRules(Collection<UnprocessedAutomationRule> unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchGetAutomationRulesResponse.Builder |
unprocessedAutomationRules(Consumer<UnprocessedAutomationRule.Builder>... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
BatchGetAutomationRulesResponse.Builder |
unprocessedAutomationRules(UnprocessedAutomationRule... unprocessedAutomationRules)
A list of objects containing
RuleArn, ErrorCode, and ErrorMessage. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAutomationRulesResponse.Builder rules(Collection<AutomationRulesConfig> rules)
A list of rule details for the provided rule ARNs.
rules - A list of rule details for the provided rule ARNs.BatchGetAutomationRulesResponse.Builder rules(AutomationRulesConfig... rules)
A list of rule details for the provided rule ARNs.
rules - A list of rule details for the provided rule ARNs.BatchGetAutomationRulesResponse.Builder rules(Consumer<AutomationRulesConfig.Builder>... rules)
A list of rule details for the provided rule ARNs.
This is a convenience method that creates an instance of theAutomationRulesConfig.Builder avoiding the need to
create one manually via
AutomationRulesConfig.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #rules(List.
rules - a consumer that will call methods on
AutomationRulesConfig.Builder#rules(java.util.Collection) 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.
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and
ErrorMessage. This parameter tells you which automation rules the request didn't retrieve
and why.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.
unprocessedAutomationRules - A list of objects containing RuleArn, ErrorCode, and
ErrorMessage. This parameter tells you which automation rules the request didn't retrieve
and why.BatchGetAutomationRulesResponse.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 retrieve 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.