Interface WafConfig.Builder

  • Method Details

    • existingCustomerWebACLResolution

      WafConfig.Builder existingCustomerWebACLResolution(String existingCustomerWebACLResolution)

      Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL. Required for AWS WAF policies.

      Parameters:
      existingCustomerWebACLResolution - Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL. Required for AWS WAF policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • existingCustomerWebACLResolution

      WafConfig.Builder existingCustomerWebACLResolution(ExistingCustomerWebACLResolution existingCustomerWebACLResolution)

      Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL. Required for AWS WAF policies.

      Parameters:
      existingCustomerWebACLResolution - Determines how AWS Network Security Manager handles remediation when a resource already has a customer-created web ACL. Required for AWS WAF policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • conflictResolution

      WafConfig.Builder conflictResolution(String conflictResolution)

      The conflict-resolution strategy for AWS WAF policies. Required for AWS WAF policies.

      Parameters:
      conflictResolution - The conflict-resolution strategy for AWS WAF policies. Required for AWS WAF policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • conflictResolution

      WafConfig.Builder conflictResolution(WAFConflictResolutionOptions conflictResolution)

      The conflict-resolution strategy for AWS WAF policies. Required for AWS WAF policies.

      Parameters:
      conflictResolution - The conflict-resolution strategy for AWS WAF policies. Required for AWS WAF policies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: