Interface ListResourcesForWebAclResponse.Builder

    • Method Detail

      • resourceArns

        ListResourcesForWebAclResponse.Builder resourceArns​(Collection<String> resourceArns)

        An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.

        Parameters:
        resourceArns - An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArns

        ListResourcesForWebAclResponse.Builder resourceArns​(String... resourceArns)

        An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.

        Parameters:
        resourceArns - An array of ARNs (Amazon Resource Names) of the resources associated with the specified web ACL. An array with zero elements is returned if there are no resources associated with the web ACL.
        Returns:
        Returns a reference to this object so that method calls can be chained together.