| Package | Description |
|---|---|
| software.amazon.awssdk.services.waf.model |
| Modifier and Type | Method and Description |
|---|---|
static ByteMatchSet.Builder |
ByteMatchSet.builder() |
ByteMatchSet.Builder |
ByteMatchSet.Builder.byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetId for a ByteMatchSet. |
ByteMatchSet.Builder |
ByteMatchSet.Builder.byteMatchTuples(ByteMatchTuple... byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to
search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
|
ByteMatchSet.Builder |
ByteMatchSet.Builder.byteMatchTuples(Collection<ByteMatchTuple> byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to
search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
|
ByteMatchSet.Builder |
ByteMatchSet.Builder.byteMatchTuples(Consumer<ByteMatchTuple.Builder>... byteMatchTuples)
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to
search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
|
ByteMatchSet.Builder |
ByteMatchSet.Builder.name(String name)
A friendly name or description of the ByteMatchSet.
|
ByteMatchSet.Builder |
ByteMatchSet.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ByteMatchSet.Builder> |
ByteMatchSet.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetByteMatchSetResponse.Builder |
GetByteMatchSetResponse.Builder.byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
default CreateByteMatchSetResponse.Builder |
CreateByteMatchSetResponse.Builder.byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)
A ByteMatchSet that contains no
ByteMatchTuple objects. |
Copyright © 2023. All rights reserved.