public static interface BatchUpdateAutomationRulesRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<BatchUpdateAutomationRulesRequest.Builder,BatchUpdateAutomationRulesRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateAutomationRulesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchUpdateAutomationRulesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchUpdateAutomationRulesRequest.Builder |
updateAutomationRulesRequestItems(Collection<UpdateAutomationRulesRequestItem> updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated.
|
BatchUpdateAutomationRulesRequest.Builder |
updateAutomationRulesRequestItems(Consumer<UpdateAutomationRulesRequestItem.Builder>... updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated.
|
BatchUpdateAutomationRulesRequest.Builder |
updateAutomationRulesRequestItems(UpdateAutomationRulesRequestItem... updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchUpdateAutomationRulesRequest.Builder updateAutomationRulesRequestItems(Collection<UpdateAutomationRulesRequestItem> updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated. Optionally, you can also include
RuleStatus and RuleOrder.
updateAutomationRulesRequestItems - An array of ARNs for the rules that are to be updated. Optionally, you can also include
RuleStatus and RuleOrder.BatchUpdateAutomationRulesRequest.Builder updateAutomationRulesRequestItems(UpdateAutomationRulesRequestItem... updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated. Optionally, you can also include
RuleStatus and RuleOrder.
updateAutomationRulesRequestItems - An array of ARNs for the rules that are to be updated. Optionally, you can also include
RuleStatus and RuleOrder.BatchUpdateAutomationRulesRequest.Builder updateAutomationRulesRequestItems(Consumer<UpdateAutomationRulesRequestItem.Builder>... updateAutomationRulesRequestItems)
An array of ARNs for the rules that are to be updated. Optionally, you can also include
RuleStatus and RuleOrder.
UpdateAutomationRulesRequestItem.Builder avoiding
the need to create one manually via
UpdateAutomationRulesRequestItem.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #updateAutomationRulesRequestItems(List.
updateAutomationRulesRequestItems - a consumer that will call methods on
UpdateAutomationRulesRequestItem.Builder#updateAutomationRulesRequestItems(java.util.Collection) BatchUpdateAutomationRulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchUpdateAutomationRulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.