Interface AutomationRulesAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AutomationRulesAction.Builder,,AutomationRulesAction> SdkBuilder<AutomationRulesAction.Builder,,AutomationRulesAction> SdkPojo
- Enclosing class:
AutomationRulesAction
-
Method Summary
Modifier and TypeMethodDescriptiondefault AutomationRulesAction.BuilderfindingFieldsUpdate(Consumer<AutomationRulesFindingFieldsUpdate.Builder> findingFieldsUpdate) Specifies that the automation rule action is an update to a finding field.findingFieldsUpdate(AutomationRulesFindingFieldsUpdate findingFieldsUpdate) Specifies that the automation rule action is an update to a finding field.Specifies that the rule action should update theTypesfinding field.Specifies that the rule action should update theTypesfinding field.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
type
Specifies that the rule action should update the
Typesfinding field. TheTypesfinding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.- Parameters:
type- Specifies that the rule action should update theTypesfinding field. TheTypesfinding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Specifies that the rule action should update the
Typesfinding field. TheTypesfinding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.- Parameters:
type- Specifies that the rule action should update theTypesfinding field. TheTypesfinding field classifies findings in the format of namespace/category/classifier. For more information, see Types taxonomy for ASFF in the Security Hub User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
findingFieldsUpdate
AutomationRulesAction.Builder findingFieldsUpdate(AutomationRulesFindingFieldsUpdate findingFieldsUpdate) Specifies that the automation rule action is an update to a finding field.
- Parameters:
findingFieldsUpdate- Specifies that the automation rule action is an update to a finding field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
findingFieldsUpdate
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.Builderavoiding the need to create one manually viaAutomationRulesFindingFieldsUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofindingFieldsUpdate(AutomationRulesFindingFieldsUpdate).- Parameters:
findingFieldsUpdate- a consumer that will call methods onAutomationRulesFindingFieldsUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-