Interface ByteMatchSetSummary.Builder

    • Method Detail

      • byteMatchSetId

        ByteMatchSetSummary.Builder byteMatchSetId​(String byteMatchSetId)

        The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

        ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

        Parameters:
        byteMatchSetId - The ByteMatchSetId for a ByteMatchSet. You use ByteMatchSetId to get information about a ByteMatchSet, update a ByteMatchSet, remove a ByteMatchSet from a Rule, and delete a ByteMatchSet from AWS WAF.

        ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ByteMatchSetSummary.Builder name​(String name)

        A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.

        Parameters:
        name - A friendly name or description of the ByteMatchSet. You can't change Name after you create a ByteMatchSet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.