Interface UpdateByteMatchSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateByteMatchSetRequest.Builder,UpdateByteMatchSetRequest>,SdkBuilder<UpdateByteMatchSetRequest.Builder,UpdateByteMatchSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- UpdateByteMatchSetRequest
public static interface UpdateByteMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateByteMatchSetRequest.Builder,UpdateByteMatchSetRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build
-
-
-
-
Method Detail
-
byteMatchSetId
UpdateByteMatchSetRequest.Builder byteMatchSetId(String byteMatchSetId)
The
ByteMatchSetIdof the ByteMatchSet that you want to update.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Parameters:
byteMatchSetId- TheByteMatchSetIdof the ByteMatchSet that you want to update.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeToken
UpdateByteMatchSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
- Parameters:
changeToken- The value returned by the most recent call to GetChangeToken.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updates
UpdateByteMatchSetRequest.Builder updates(Collection<ByteMatchSetUpdate> updates)
An array of
ByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:-
ByteMatchSetUpdate: Contains
ActionandByteMatchTuple -
ByteMatchTuple: Contains
FieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
updates- An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:-
ByteMatchSetUpdate: Contains
ActionandByteMatchTuple -
ByteMatchTuple: Contains
FieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
UpdateByteMatchSetRequest.Builder updates(ByteMatchSetUpdate... updates)
An array of
ByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:-
ByteMatchSetUpdate: Contains
ActionandByteMatchTuple -
ByteMatchTuple: Contains
FieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
updates- An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:-
ByteMatchSetUpdate: Contains
ActionandByteMatchTuple -
ByteMatchTuple: Contains
FieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
UpdateByteMatchSetRequest.Builder updates(Consumer<ByteMatchSetUpdate.Builder>... updates)
An array of
ByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet. For more information, see the applicable data types:-
ByteMatchSetUpdate: Contains
ActionandByteMatchTuple -
ByteMatchTuple: Contains
FieldToMatch,PositionalConstraint,TargetString, andTextTransformation -
FieldToMatch: Contains
DataandType
ByteMatchSetUpdate.Builderavoiding the need to create one manually viaByteMatchSetUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#updates(List.) - Parameters:
updates- a consumer that will call methods onByteMatchSetUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#updates(java.util.Collection)
-
-
overrideConfiguration
UpdateByteMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateByteMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-