Interface RuleMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<RuleMetadata.Builder,,RuleMetadata> SdkBuilder<RuleMetadata.Builder,,RuleMetadata> SdkPojo
- Enclosing class:
 RuleMetadata
public static interface RuleMetadata.Builder
extends SdkPojo, CopyableBuilder<RuleMetadata.Builder,RuleMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptionlongDescription(String longDescription) A long description of the rule.The ID of the rule.The name of the rule.Tags that are associated with the rule.ruleTags(Collection<String> ruleTags) Tags that are associated with the rule.shortDescription(String shortDescription) A short description of the rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
ruleId
The ID of the rule.
- Parameters:
 ruleId- The ID of the rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ruleName
The name of the rule.
- Parameters:
 ruleName- The name of the rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
shortDescription
A short description of the rule.
- Parameters:
 shortDescription- A short description of the rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
longDescription
A long description of the rule.
- Parameters:
 longDescription- A long description of the rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ruleTags
Tags that are associated with the rule.
- Parameters:
 ruleTags- Tags that are associated with the rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ruleTags
Tags that are associated with the rule.
- Parameters:
 ruleTags- Tags that are associated with the rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -