Interface ByteMatchSetUpdate.Builder

    • Method Detail

      • byteMatchTuple

        ByteMatchSetUpdate.Builder byteMatchTuple​(ByteMatchTuple byteMatchTuple)

        Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.

        Parameters:
        byteMatchTuple - Information about the part of a web request that you want AWS WAF to inspect and the value that you want AWS WAF to search for. If you specify DELETE for the value of Action, the ByteMatchTuple values must exactly match the values in the ByteMatchTuple that you want to delete from the ByteMatchSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.