public static interface GetByteMatchSetResponse.Builder extends WAFResponse.Builder, CopyableBuilder<GetByteMatchSetResponse.Builder,GetByteMatchSetResponse>
| Modifier and Type | Method and Description |
|---|---|
GetByteMatchSetResponse.Builder |
byteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
default GetByteMatchSetResponse.Builder |
byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetByteMatchSetResponse.Builder byteMatchSet(ByteMatchSet byteMatchSet)
Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For
more information, see the following topics:
ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and
Name
ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each
ByteMatchTuple object contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformation
FieldToMatch: Contains Data and Type
byteMatchSet - Information about the ByteMatchSet that you specified in the GetByteMatchSet
request. For more information, see the following topics:
ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and
Name
ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each
ByteMatchTuple object contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformation
FieldToMatch: Contains Data and Type
default GetByteMatchSetResponse.Builder byteMatchSet(Consumer<ByteMatchSet.Builder> byteMatchSet)
Information about the ByteMatchSet that you specified in the GetByteMatchSet request. For
more information, see the following topics:
ByteMatchSet: Contains ByteMatchSetId, ByteMatchTuples, and
Name
ByteMatchTuples: Contains an array of ByteMatchTuple objects. Each
ByteMatchTuple object contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformation
FieldToMatch: Contains Data and Type
ByteMatchSet.Builder avoiding the need to
create one manually via ByteMatchSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to byteMatchSet(ByteMatchSet).byteMatchSet - a consumer that will call methods on ByteMatchSet.BuilderbyteMatchSet(ByteMatchSet)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.