Interface DeleteSqlInjectionMatchSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>,SdkBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- DeleteSqlInjectionMatchSetRequest
public static interface DeleteSqlInjectionMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<DeleteSqlInjectionMatchSetRequest.Builder,DeleteSqlInjectionMatchSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteSqlInjectionMatchSetRequest.BuilderchangeToken(String changeToken)The value returned by the most recent call to GetChangeToken.DeleteSqlInjectionMatchSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteSqlInjectionMatchSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteSqlInjectionMatchSetRequest.BuildersqlInjectionMatchSetId(String sqlInjectionMatchSetId)TheSqlInjectionMatchSetIdof the SqlInjectionMatchSet that you want to delete.-
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
-
sqlInjectionMatchSetId
DeleteSqlInjectionMatchSetRequest.Builder sqlInjectionMatchSetId(String 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
DeleteSqlInjectionMatchSetRequest.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.
-
overrideConfiguration
DeleteSqlInjectionMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteSqlInjectionMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-