CopyableBuilder<UpdateByteMatchSetRequest.Builder,UpdateByteMatchSetRequest>, SdkBuilder<UpdateByteMatchSetRequest.Builder,UpdateByteMatchSetRequest>public static interface UpdateByteMatchSetRequest.Builder extends CopyableBuilder<UpdateByteMatchSetRequest.Builder,UpdateByteMatchSetRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateByteMatchSetRequest.Builder |
byteMatchSetId(String byteMatchSetId) |
The
ByteMatchSetId of the ByteMatchSet that you want to update. |
UpdateByteMatchSetRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
UpdateByteMatchSetRequest.Builder |
updates(Collection<ByteMatchSetUpdate> updates) |
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
UpdateByteMatchSetRequest.Builder |
updates(ByteMatchSetUpdate... updates) |
An array of
ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. |
copyapply, buildUpdateByteMatchSetRequest.Builder byteMatchSetId(String byteMatchSetId)
The ByteMatchSetId of the ByteMatchSet that you want to update.
ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
byteMatchSetId - The ByteMatchSetId of the ByteMatchSet that you want to update.
ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.UpdateByteMatchSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to GetChangeToken.UpdateByteMatchSetRequest.Builder updates(Collection<ByteMatchSetUpdate> updates)
An array of ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. For more information, see the applicable data types:
ByteMatchSetUpdate: Contains Action and ByteMatchTuple
ByteMatchTuple: Contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformation
FieldToMatch: Contains Data and Type
updates - An array of ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. For more information, see the applicable data types:
ByteMatchSetUpdate: Contains Action and ByteMatchTuple
ByteMatchTuple: Contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformation
FieldToMatch: Contains Data and Type
UpdateByteMatchSetRequest.Builder updates(ByteMatchSetUpdate... updates)
An array of ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. For more information, see the applicable data types:
ByteMatchSetUpdate: Contains Action and ByteMatchTuple
ByteMatchTuple: Contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformation
FieldToMatch: Contains Data and Type
NOTE: This method appends the values to the existing list (if any). Use
#setUpdates(java.util.Collection) or #withUpdates(java.util.Collection) if you want to
override the existing values.
updates - An array of ByteMatchSetUpdate objects that you want to insert into or delete from a
ByteMatchSet. For more information, see the applicable data types:
ByteMatchSetUpdate: Contains Action and ByteMatchTuple
ByteMatchTuple: Contains FieldToMatch, PositionalConstraint,
TargetString, and TextTransformation
FieldToMatch: Contains Data and Type
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.