Interface ByteMatchSetSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>, SdkBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>, SdkPojo
Enclosing class:
ByteMatchSetSummary

public static interface ByteMatchSetSummary.Builder extends SdkPojo, CopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>
  • Method Details

    • 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

      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.