static AutomationRulesMetadata.Builder |
AutomationRulesMetadata.builder() |
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.createdAt(Instant createdAt) |
A timestamp that indicates when the rule was created.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.createdBy(String createdBy) |
The principal that created a rule.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.description(String description) |
A description of the rule.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.isTerminal(Boolean isTerminal) |
Specifies whether a rule is the last to be applied with respect to a finding that matches the rule criteria.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.ruleArn(String ruleArn) |
The Amazon Resource Name (ARN) for the rule.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.ruleName(String ruleName) |
The name of the rule.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.ruleOrder(Integer ruleOrder) |
An integer ranging from 1 to 1000 that represents the order in which the rule action is applied to findings.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.ruleStatus(String ruleStatus) |
Whether the rule is active after it is created.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.ruleStatus(RuleStatus ruleStatus) |
Whether the rule is active after it is created.
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.toBuilder() |
|
AutomationRulesMetadata.Builder |
AutomationRulesMetadata.Builder.updatedAt(Instant updatedAt) |
A timestamp that indicates when the rule was most recently updated.
|