| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesConfig |
AutomationRulesConfig.clone() |
AutomationRulesConfig |
AutomationRulesConfig.withActions(AutomationRulesAction... actions)
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
AutomationRulesConfig |
AutomationRulesConfig.withActions(Collection<AutomationRulesAction> actions)
One or more actions to update finding fields if a finding matches the defined criteria of the rule.
|
AutomationRulesConfig |
AutomationRulesConfig.withCreatedAt(Date createdAt)
A timestamp that indicates when the rule was created.
|
AutomationRulesConfig |
AutomationRulesConfig.withCreatedBy(String createdBy)
The principal that created a rule.
|
AutomationRulesConfig |
AutomationRulesConfig.withCriteria(AutomationRulesFindingFilters criteria)
A set of Amazon Web
Services Security Finding Format finding field attributes and corresponding expected values that Security Hub
uses to filter findings.
|
AutomationRulesConfig |
AutomationRulesConfig.withDescription(String description)
A description of the rule.
|
AutomationRulesConfig |
AutomationRulesConfig.withIsTerminal(Boolean isTerminal)
Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria.
|
AutomationRulesConfig |
AutomationRulesConfig.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) of a rule.
|
AutomationRulesConfig |
AutomationRulesConfig.withRuleName(String ruleName)
The name of the rule.
|
AutomationRulesConfig |
AutomationRulesConfig.withRuleOrder(Integer ruleOrder)
An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings.
|
AutomationRulesConfig |
AutomationRulesConfig.withRuleStatus(RuleStatus ruleStatus)
Whether the rule is active after it is created.
|
AutomationRulesConfig |
AutomationRulesConfig.withRuleStatus(String ruleStatus)
Whether the rule is active after it is created.
|
AutomationRulesConfig |
AutomationRulesConfig.withUpdatedAt(Date updatedAt)
A timestamp that indicates when the rule was most recently updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomationRulesConfig> |
BatchGetAutomationRulesResult.getRules()
A list of rule details for the provided rule ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetAutomationRulesResult |
BatchGetAutomationRulesResult.withRules(AutomationRulesConfig... rules)
A list of rule details for the provided rule ARNs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetAutomationRulesResult.setRules(Collection<AutomationRulesConfig> rules)
A list of rule details for the provided rule ARNs.
|
BatchGetAutomationRulesResult |
BatchGetAutomationRulesResult.withRules(Collection<AutomationRulesConfig> rules)
A list of rule details for the provided rule ARNs.
|
Copyright © 2023. All rights reserved.