public static interface ByteMatchSetUpdate.Builder extends CopyableBuilder<ByteMatchSetUpdate.Builder,ByteMatchSetUpdate>
| Modifier and Type | Method and Description |
|---|---|
ByteMatchSetUpdate.Builder |
action(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
|
ByteMatchSetUpdate.Builder |
action(String 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.
|
default ByteMatchSetUpdate.Builder |
byteMatchTuple(Consumer<ByteMatchTuple.Builder> 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.ChangeAction,
ChangeActionByteMatchSetUpdate.Builder action(ChangeAction action)
Specifies whether to insert or delete a ByteMatchTuple.
action - Specifies whether to insert or delete a ByteMatchTuple.ChangeAction,
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.default ByteMatchSetUpdate.Builder byteMatchTuple(Consumer<ByteMatchTuple.Builder> 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.Builder avoiding the need to
create one manually via ByteMatchTuple.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to byteMatchTuple(ByteMatchTuple).byteMatchTuple - a consumer that will call methods on ByteMatchTuple.BuilderbyteMatchTuple(ByteMatchTuple)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.