Interface WebACLHasOutOfScopeResourcesViolation.Builder

  • Method Details

    • webACLArn

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

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

      WebACLHasOutOfScopeResourcesViolation.Builder outOfScopeResourceList(Collection<String> outOfScopeResourceList)

      An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.

      Parameters:
      outOfScopeResourceList - An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outOfScopeResourceList

      WebACLHasOutOfScopeResourcesViolation.Builder outOfScopeResourceList(String... outOfScopeResourceList)

      An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.

      Parameters:
      outOfScopeResourceList - An array of Amazon Resource Name (ARN) for the resources that are out of scope of the policy and are associated with the web ACL.
      Returns:
      Returns a reference to this object so that method calls can be chained together.