public static interface RuleMetadata.Builder extends SdkPojo, CopyableBuilder<RuleMetadata.Builder,RuleMetadata>
| Modifier and Type | Method and Description |
|---|---|
RuleMetadata.Builder |
longDescription(String longDescription)
A long description of the rule.
|
RuleMetadata.Builder |
ruleId(String ruleId)
The ID of the rule.
|
RuleMetadata.Builder |
ruleName(String ruleName)
The name of the rule.
|
RuleMetadata.Builder |
ruleTags(Collection<String> ruleTags)
Tags that are associated with the rule.
|
RuleMetadata.Builder |
ruleTags(String... ruleTags)
Tags that are associated with the rule.
|
RuleMetadata.Builder |
shortDescription(String shortDescription)
A short description of the rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleMetadata.Builder ruleId(String ruleId)
The ID of the rule.
ruleId - The ID of the rule.RuleMetadata.Builder ruleName(String ruleName)
The name of the rule.
ruleName - The name of the rule.RuleMetadata.Builder shortDescription(String shortDescription)
A short description of the rule.
shortDescription - A short description of the rule.RuleMetadata.Builder longDescription(String longDescription)
A long description of the rule.
longDescription - A long description of the rule.RuleMetadata.Builder ruleTags(Collection<String> ruleTags)
Tags that are associated with the rule.
ruleTags - Tags that are associated with the rule.RuleMetadata.Builder ruleTags(String... ruleTags)
Tags that are associated with the rule.
ruleTags - Tags that are associated with the rule.Copyright © 2023. All rights reserved.