Interface UpdateByteMatchSetRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UpdateByteMatchSetRequest.Builder,,UpdateByteMatchSetRequest> SdkBuilder<UpdateByteMatchSetRequest.Builder,,UpdateByteMatchSetRequest> SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
 UpdateByteMatchSetRequest
- 
Method Summary
Modifier and TypeMethodDescriptionbyteMatchSetId(String byteMatchSetId) TheByteMatchSetIdof the ByteMatchSet that you want to update.changeToken(String changeToken) The value returned by the most recent call to GetChangeToken.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.updates(Collection<ByteMatchSetUpdate> updates) An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.updates(Consumer<ByteMatchSetUpdate.Builder>... updates) An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.updates(ByteMatchSetUpdate... updates) An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build 
- 
Method Details
- 
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
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
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
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
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 toupdates(List<ByteMatchSetUpdate>).- 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:
 
 - 
 
 - 
overrideConfiguration
UpdateByteMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UpdateByteMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -