Interface ManagedProductDescriptor.Builder

  • Method Details

    • vendorName

      ManagedProductDescriptor.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.

      Parameters:
      vendorName - The name of the managed rule group vendor. You use this, along with the rule group name, to identify a rule group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managedRuleSetName

      ManagedProductDescriptor.Builder managedRuleSetName(String managedRuleSetName)

      The name of the managed rule group. For example, AWSManagedRulesAnonymousIpList or AWSManagedRulesATPRuleSet.

      Parameters:
      managedRuleSetName - The name of the managed rule group. For example, AWSManagedRulesAnonymousIpList or AWSManagedRulesATPRuleSet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productLink

      ManagedProductDescriptor.Builder productLink(String productLink)

      For Amazon Web Services Marketplace managed rule groups only, the link to the rule group product page.

      Parameters:
      productLink - For Amazon Web Services Marketplace managed rule groups only, the link to the rule group product page.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productTitle

      ManagedProductDescriptor.Builder productTitle(String productTitle)

      The display name for the managed rule group. For example, Anonymous IP list or Account takeover prevention.

      Parameters:
      productTitle - The display name for the managed rule group. For example, Anonymous IP list or Account takeover prevention.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • productDescription

      ManagedProductDescriptor.Builder productDescription(String productDescription)

      A short description of the managed rule group.

      Parameters:
      productDescription - A short description of the managed rule group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • snsTopicArn

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isVersioningSupported

      ManagedProductDescriptor.Builder isVersioningSupported(Boolean isVersioningSupported)

      Indicates whether the rule group is versioned.

      Parameters:
      isVersioningSupported - Indicates whether the rule group is versioned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isAdvancedManagedRuleSet

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.