| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AutomationRulesMetadata |
AutomationRulesMetadata.clone() |
AutomationRulesMetadata |
AutomationRulesMetadata.withCreatedAt(Date createdAt)
A timestamp that indicates when the rule was created.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withCreatedBy(String createdBy)
The principal that created a rule.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withDescription(String description)
A description of the rule.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withIsTerminal(Boolean isTerminal)
Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withRuleArn(String ruleArn)
The Amazon Resource Name (ARN) for the rule.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withRuleName(String ruleName)
The name of the rule.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withRuleOrder(Integer ruleOrder)
An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withRuleStatus(RuleStatus ruleStatus)
Whether the rule is active after it is created.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withRuleStatus(String ruleStatus)
Whether the rule is active after it is created.
|
AutomationRulesMetadata |
AutomationRulesMetadata.withUpdatedAt(Date updatedAt)
A timestamp that indicates when the rule was most recently updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<AutomationRulesMetadata> |
ListAutomationRulesResult.getAutomationRulesMetadata()
Metadata for rules in the calling account.
|
| Modifier and Type | Method and Description |
|---|---|
ListAutomationRulesResult |
ListAutomationRulesResult.withAutomationRulesMetadata(AutomationRulesMetadata... automationRulesMetadata)
Metadata for rules in the calling account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListAutomationRulesResult.setAutomationRulesMetadata(Collection<AutomationRulesMetadata> automationRulesMetadata)
Metadata for rules in the calling account.
|
ListAutomationRulesResult |
ListAutomationRulesResult.withAutomationRulesMetadata(Collection<AutomationRulesMetadata> automationRulesMetadata)
Metadata for rules in the calling account.
|
Copyright © 2024. All rights reserved.