Uses of Interface
software.amazon.awssdk.services.waf.model.ByteMatchSet.Builder
-
Packages that use ByteMatchSet.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of ByteMatchSet.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return ByteMatchSet.Builder Modifier and Type Method Description static ByteMatchSet.BuilderByteMatchSet. builder()ByteMatchSet.BuilderByteMatchSet.Builder. byteMatchSetId(String byteMatchSetId)TheByteMatchSetIdfor aByteMatchSet.ByteMatchSet.BuilderByteMatchSet.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.BuilderByteMatchSet.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.BuilderByteMatchSet.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.BuilderByteMatchSet.Builder. name(String name)A friendly name or description of the ByteMatchSet.ByteMatchSet.BuilderByteMatchSet. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type ByteMatchSet.Builder Modifier and Type Method Description static Class<? extends ByteMatchSet.Builder>ByteMatchSet. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.waf.model with type arguments of type ByteMatchSet.Builder Modifier and Type Method Description default CreateByteMatchSetResponse.BuilderCreateByteMatchSetResponse.Builder. byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)A ByteMatchSet that contains noByteMatchTupleobjects.default GetByteMatchSetResponse.BuilderGetByteMatchSetResponse.Builder. byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)Information about the ByteMatchSet that you specified in theGetByteMatchSetrequest.
-