public static interface ManagedProductDescriptor.Builder extends SdkPojo, CopyableBuilder<ManagedProductDescriptor.Builder,ManagedProductDescriptor>
| Modifier and Type | Method and Description |
|---|---|
ManagedProductDescriptor.Builder |
isAdvancedManagedRuleSet(Boolean isAdvancedManagedRuleSet)
Indicates whether the rule group provides an advanced set of protections, such as the the Amazon Web Services
Managed Rules rule groups that are used for WAF intelligent threat mitigation.
|
ManagedProductDescriptor.Builder |
isVersioningSupported(Boolean isVersioningSupported)
Indicates whether the rule group is versioned.
|
ManagedProductDescriptor.Builder |
managedRuleSetName(String managedRuleSetName)
The name of the managed rule group.
|
ManagedProductDescriptor.Builder |
productDescription(String productDescription)
A short description of the managed rule group.
|
ManagedProductDescriptor.Builder |
productId(String productId)
A unique identifier for the rule group.
|
ManagedProductDescriptor.Builder |
productLink(String productLink)
For Amazon Web Services Marketplace managed rule groups only, the link to the rule group product page.
|
ManagedProductDescriptor.Builder |
productTitle(String productTitle)
The display name for the managed rule group.
|
ManagedProductDescriptor.Builder |
snsTopicArn(String snsTopicArn)
The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to provide
notification of changes to the managed rule group.
|
ManagedProductDescriptor.Builder |
vendorName(String vendorName)
The name of the managed rule group vendor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildManagedProductDescriptor.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.ManagedProductDescriptor.Builder managedRuleSetName(String managedRuleSetName)
The name of the managed rule group. For example, AWSManagedRulesAnonymousIpList or
AWSManagedRulesATPRuleSet.
managedRuleSetName - The name of the managed rule group. For example, AWSManagedRulesAnonymousIpList or
AWSManagedRulesATPRuleSet.ManagedProductDescriptor.Builder productId(String productId)
A unique identifier for the rule group. This ID is returned in the responses to create and list commands. You provide it to operations like update and delete.
productId - A unique identifier for the rule group. This ID is returned in the responses to create and list
commands. You provide it to operations like update and delete.ManagedProductDescriptor.Builder productLink(String productLink)
For Amazon Web Services Marketplace managed rule groups only, the link to the rule group product page.
productLink - For Amazon Web Services Marketplace managed rule groups only, the link to the rule group product page.ManagedProductDescriptor.Builder productTitle(String productTitle)
The display name for the managed rule group. For example, Anonymous IP list or
Account takeover prevention.
productTitle - The display name for the managed rule group. For example, Anonymous IP list or
Account takeover prevention.ManagedProductDescriptor.Builder productDescription(String productDescription)
A short description of the managed rule group.
productDescription - A short description of the managed rule group.ManagedProductDescriptor.Builder snsTopicArn(String snsTopicArn)
The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to provide notification of changes to the managed rule group. You can subscribe to the SNS topic to receive notifications when the managed rule group is modified, such as for new versions and for version expiration. For more information, see the Amazon Simple Notification Service Developer Guide.
snsTopicArn - The Amazon resource name (ARN) of the Amazon Simple Notification Service SNS topic that's used to
provide notification of changes to the managed rule group. You can subscribe to the SNS topic to
receive notifications when the managed rule group is modified, such as for new versions and for
version expiration. For more information, see the Amazon Simple Notification Service
Developer Guide.ManagedProductDescriptor.Builder isVersioningSupported(Boolean isVersioningSupported)
Indicates whether the rule group is versioned.
isVersioningSupported - Indicates whether the rule group is versioned.ManagedProductDescriptor.Builder isAdvancedManagedRuleSet(Boolean isAdvancedManagedRuleSet)
Indicates whether the rule group provides an advanced set of protections, such as the the Amazon Web Services Managed Rules rule groups that are used for WAF intelligent threat mitigation.
isAdvancedManagedRuleSet - Indicates whether the rule group provides an advanced set of protections, such as the the Amazon Web
Services Managed Rules rule groups that are used for WAF intelligent threat mitigation.Copyright © 2023. All rights reserved.