Interface DeleteSqlInjectionMatchSetRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,,DeleteSqlInjectionMatchSetRequest> SdkBuilder<DeleteSqlInjectionMatchSetRequest.Builder,,DeleteSqlInjectionMatchSetRequest> SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
 DeleteSqlInjectionMatchSetRequest
@Mutable
@NotThreadSafe
public static interface DeleteSqlInjectionMatchSetRequest.Builder
extends WafRequest.Builder, SdkPojo, CopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionchangeToken(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.sqlInjectionMatchSetId(String sqlInjectionMatchSetId) TheSqlInjectionMatchSetIdof the SqlInjectionMatchSet that you want to delete.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
- 
sqlInjectionMatchSetId
The
SqlInjectionMatchSetIdof the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetIdis returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Parameters:
 sqlInjectionMatchSetId- TheSqlInjectionMatchSetIdof the SqlInjectionMatchSet that you want to delete.SqlInjectionMatchSetIdis returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- 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
DeleteSqlInjectionMatchSetRequest.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
DeleteSqlInjectionMatchSetRequest.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.
 
 
 -