public static interface UpdateByteMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateByteMatchSetRequest.Builder,UpdateByteMatchSetRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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
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(Consumer<ByteMatchSetUpdate.Builder>... 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
ByteMatchSetUpdate.Builder avoiding the need to create one
manually via ByteMatchSetUpdate.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #updates(List.
updates - a consumer that will call methods on
ByteMatchSetUpdate.Builder#updates(java.util.Collection) UpdateByteMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateByteMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.