CopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>, SdkBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>public static interface ByteMatchSetSummary.Builder extends CopyableBuilder<ByteMatchSetSummary.Builder,ByteMatchSetSummary>
| Modifier and Type | Method | Description |
|---|---|---|
ByteMatchSetSummary.Builder |
byteMatchSetId(String byteMatchSetId) |
The
ByteMatchSetId for a ByteMatchSet. |
ByteMatchSetSummary.Builder |
name(String name) |
A friendly name or description of the ByteMatchSet.
|
copyapply, buildByteMatchSetSummary.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.
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.
ByteMatchSetSummary.Builder name(String name)
A friendly name or description of the ByteMatchSet. You can't change Name after you
create a ByteMatchSet.
name - A friendly name or description of the ByteMatchSet. You can't change Name after
you create a ByteMatchSet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.