public static interface AutomationRulesAction.Builder extends SdkPojo, CopyableBuilder<AutomationRulesAction.Builder,AutomationRulesAction>
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesAction.Builder |
findingFieldsUpdate(AutomationRulesFindingFieldsUpdate findingFieldsUpdate)
Specifies that the automation rule action is an update to a finding field.
|
default AutomationRulesAction.Builder |
findingFieldsUpdate(Consumer<AutomationRulesFindingFieldsUpdate.Builder> findingFieldsUpdate)
Specifies that the automation rule action is an update to a finding field.
|
AutomationRulesAction.Builder |
type(AutomationRulesActionType type)
Specifies that the rule action should update the
Types finding field. |
AutomationRulesAction.Builder |
type(String type)
Specifies that the rule action should update the
Types finding field. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAutomationRulesAction.Builder type(String type)
Specifies that the rule action should update the Types finding field. The Types
finding field classifies findings in the format of namespace/category/classifier. For more information, see
Types taxonomy for ASFF in the Security Hub User Guide.
type - Specifies that the rule action should update the Types finding field. The
Types finding field classifies findings in the format of namespace/category/classifier.
For more information, see Types taxonomy for ASFF in the Security Hub User Guide.AutomationRulesActionType,
AutomationRulesActionTypeAutomationRulesAction.Builder type(AutomationRulesActionType type)
Specifies that the rule action should update the Types finding field. The Types
finding field classifies findings in the format of namespace/category/classifier. For more information, see
Types taxonomy for ASFF in the Security Hub User Guide.
type - Specifies that the rule action should update the Types finding field. The
Types finding field classifies findings in the format of namespace/category/classifier.
For more information, see Types taxonomy for ASFF in the Security Hub User Guide.AutomationRulesActionType,
AutomationRulesActionTypeAutomationRulesAction.Builder findingFieldsUpdate(AutomationRulesFindingFieldsUpdate findingFieldsUpdate)
Specifies that the automation rule action is an update to a finding field.
findingFieldsUpdate - Specifies that the automation rule action is an update to a finding field.default AutomationRulesAction.Builder findingFieldsUpdate(Consumer<AutomationRulesFindingFieldsUpdate.Builder> findingFieldsUpdate)
Specifies that the automation rule action is an update to a finding field.
This is a convenience method that creates an instance of theAutomationRulesFindingFieldsUpdate.Builder avoiding the need to create one manually via
AutomationRulesFindingFieldsUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to findingFieldsUpdate(AutomationRulesFindingFieldsUpdate).
findingFieldsUpdate - a consumer that will call methods on AutomationRulesFindingFieldsUpdate.BuilderfindingFieldsUpdate(AutomationRulesFindingFieldsUpdate)Copyright © 2023. All rights reserved.