CopyableBuilder<GetByteMatchSetResponse.Builder,GetByteMatchSetResponse>
, SdkBuilder<GetByteMatchSetResponse.Builder,GetByteMatchSetResponse>
public static interface GetByteMatchSetResponse.Builder extends CopyableBuilder<GetByteMatchSetResponse.Builder,GetByteMatchSetResponse>
Modifier and Type | Method | Description |
---|---|---|
GetByteMatchSetResponse.Builder |
byteMatchSet(ByteMatchSet byteMatchSet) |
Information about the ByteMatchSet that you specified in the
GetByteMatchSet request. |
copy
apply, build
GetByteMatchSetResponse.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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.