Interface WebAclCustomization.Builder

    • Method Detail

      • action

        WebAclCustomization.Builder action​(String action)

        The action for the WAF web ACL customization. You can specify override to specify a separate WAF web ACL for the distribution tenant. If you specify disable, the distribution tenant won't have WAF web ACL protections and won't inherit from the multi-tenant distribution.

        Parameters:
        action - The action for the WAF web ACL customization. You can specify override to specify a separate WAF web ACL for the distribution tenant. If you specify disable, the distribution tenant won't have WAF web ACL protections and won't inherit from the multi-tenant distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizationActionType, CustomizationActionType
      • action

        WebAclCustomization.Builder action​(CustomizationActionType action)

        The action for the WAF web ACL customization. You can specify override to specify a separate WAF web ACL for the distribution tenant. If you specify disable, the distribution tenant won't have WAF web ACL protections and won't inherit from the multi-tenant distribution.

        Parameters:
        action - The action for the WAF web ACL customization. You can specify override to specify a separate WAF web ACL for the distribution tenant. If you specify disable, the distribution tenant won't have WAF web ACL protections and won't inherit from the multi-tenant distribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        CustomizationActionType, CustomizationActionType
      • arn

        WebAclCustomization.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the WAF web ACL.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the WAF web ACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.