CopyableBuilder<ByteMatchSetUpdate.Builder,ByteMatchSetUpdate>, SdkBuilder<ByteMatchSetUpdate.Builder,ByteMatchSetUpdate>public static interface ByteMatchSetUpdate.Builder extends CopyableBuilder<ByteMatchSetUpdate.Builder,ByteMatchSetUpdate>
| Modifier and Type | Method | Description |
|---|---|---|
ByteMatchSetUpdate.Builder |
action(String action) |
Specifies whether to insert or delete a ByteMatchTuple.
|
ByteMatchSetUpdate.Builder |
action(ChangeAction action) |
Specifies whether to insert or delete a 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.
|
copyapply, buildByteMatchSetUpdate.Builder action(String action)
Specifies whether to insert or delete a ByteMatchTuple.
action - Specifies whether to insert or delete a ByteMatchTuple.ChangeActionByteMatchSetUpdate.Builder action(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
action - Specifies whether to insert or delete a ByteMatchTuple.ChangeActionByteMatchSetUpdate.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.