| Package | Description |
|---|---|
| com.amazonaws.services.codegurureviewer.model |
| Modifier and Type | Method and Description |
|---|---|
RuleMetadata |
RuleMetadata.clone() |
RuleMetadata |
RecommendationSummary.getRuleMetadata()
Metadata about a rule.
|
RuleMetadata |
RuleMetadata.withLongDescription(String longDescription)
A long description of the rule.
|
RuleMetadata |
RuleMetadata.withRuleId(String ruleId)
The ID of the rule.
|
RuleMetadata |
RuleMetadata.withRuleName(String ruleName)
The name of the rule.
|
RuleMetadata |
RuleMetadata.withRuleTags(Collection<String> ruleTags)
Tags that are associated with the rule.
|
RuleMetadata |
RuleMetadata.withRuleTags(String... ruleTags)
Tags that are associated with the rule.
|
RuleMetadata |
RuleMetadata.withShortDescription(String shortDescription)
A short description of the rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecommendationSummary.setRuleMetadata(RuleMetadata ruleMetadata)
Metadata about a rule.
|
RecommendationSummary |
RecommendationSummary.withRuleMetadata(RuleMetadata ruleMetadata)
Metadata about a rule.
|
Copyright © 2022. All rights reserved.