public static interface ManagedRuleGroupSummary.Builder extends SdkPojo, CopyableBuilder<ManagedRuleGroupSummary.Builder,ManagedRuleGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
ManagedRuleGroupSummary.Builder |
description(String description)
The description of the managed rule group, provided by Amazon Web Services Managed Rules or the Amazon Web
Services Marketplace seller who manages it.
|
ManagedRuleGroupSummary.Builder |
name(String name)
The name of the managed rule group.
|
ManagedRuleGroupSummary.Builder |
vendorName(String vendorName)
The name of the managed rule group vendor.
|
ManagedRuleGroupSummary.Builder |
versioningSupported(Boolean versioningSupported)
Indicates whether the managed rule group is versioned.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildManagedRuleGroupSummary.Builder vendorName(String vendorName)
The name of the managed rule group vendor. You use this, along with the rule group name, to identify a rule group.
vendorName - The name of the managed rule group vendor. You use this, along with the rule group name, to identify a
rule group.ManagedRuleGroupSummary.Builder name(String name)
The name of the managed rule group. You use this, along with the vendor name, to identify the rule group.
name - The name of the managed rule group. You use this, along with the vendor name, to identify the rule
group.ManagedRuleGroupSummary.Builder versioningSupported(Boolean versioningSupported)
Indicates whether the managed rule group is versioned. If it is, you can retrieve the versions list by calling ListAvailableManagedRuleGroupVersions.
versioningSupported - Indicates whether the managed rule group is versioned. If it is, you can retrieve the versions list by
calling ListAvailableManagedRuleGroupVersions.ManagedRuleGroupSummary.Builder description(String description)
The description of the managed rule group, provided by Amazon Web Services Managed Rules or the Amazon Web Services Marketplace seller who manages it.
description - The description of the managed rule group, provided by Amazon Web Services Managed Rules or the Amazon
Web Services Marketplace seller who manages it.Copyright © 2023. All rights reserved.