Interface DeleteByteMatchSetRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteByteMatchSetRequest.Builder,,DeleteByteMatchSetRequest> SdkBuilder<DeleteByteMatchSetRequest.Builder,,DeleteByteMatchSetRequest> SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
 DeleteByteMatchSetRequest
public static interface DeleteByteMatchSetRequest.Builder
extends WafRequest.Builder, SdkPojo, CopyableBuilder<DeleteByteMatchSetRequest.Builder,DeleteByteMatchSetRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionbyteMatchSetId(String byteMatchSetId) TheByteMatchSetIdof the ByteMatchSet that you want to delete.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.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.waf.model.WafRequest.Builder
build 
- 
Method Details
- 
byteMatchSetId
The
ByteMatchSetIdof the ByteMatchSet that you want to delete.ByteMatchSetIdis returned by CreateByteMatchSet and by ListByteMatchSets.- Parameters:
 byteMatchSetId- TheByteMatchSetIdof the ByteMatchSet that you want to delete.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.
 
 - 
overrideConfiguration
DeleteByteMatchSetRequest.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
DeleteByteMatchSetRequest.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.
 
 
 -