Interface RuleGroupMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RuleGroupMetadata.Builder,,RuleGroupMetadata> SdkBuilder<RuleGroupMetadata.Builder,,RuleGroupMetadata> SdkPojo
- Enclosing class:
RuleGroupMetadata
@Mutable
@NotThreadSafe
public static interface RuleGroupMetadata.Builder
extends SdkPojo, CopyableBuilder<RuleGroupMetadata.Builder,RuleGroupMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the rule group.The descriptive name of the rule group.vendorName(String vendorName) The name of the Amazon Web Services Marketplace seller that provides this rule group.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
-
name
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
- Parameters:
name- The descriptive name of the rule group. You can't change the name of a rule group after you create it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
The Amazon Resource Name (ARN) of the rule group.
- Parameters:
arn- The Amazon Resource Name (ARN) of the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vendorName
The name of the Amazon Web Services Marketplace seller that provides this rule group.
- Parameters:
vendorName- The name of the Amazon Web Services Marketplace seller that provides this rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-