Interface UpdateSqlInjectionMatchSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSqlInjectionMatchSetRequest.Builder,UpdateSqlInjectionMatchSetRequest>,SdkBuilder<UpdateSqlInjectionMatchSetRequest.Builder,UpdateSqlInjectionMatchSetRequest>,SdkPojo,SdkRequest.Builder,WafRequest.Builder
- Enclosing class:
- UpdateSqlInjectionMatchSetRequest
public static interface UpdateSqlInjectionMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateSqlInjectionMatchSetRequest.Builder,UpdateSqlInjectionMatchSetRequest>
-
-
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
-
sqlInjectionMatchSetId
UpdateSqlInjectionMatchSetRequest.Builder sqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetIdof theSqlInjectionMatchSetthat you want to update.SqlInjectionMatchSetIdis returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Parameters:
sqlInjectionMatchSetId- TheSqlInjectionMatchSetIdof theSqlInjectionMatchSetthat you want to update.SqlInjectionMatchSetIdis returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeToken
UpdateSqlInjectionMatchSetRequest.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
UpdateSqlInjectionMatchSetRequest.Builder updates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
ActionandSqlInjectionMatchTuple -
SqlInjectionMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
updates- An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
ActionandSqlInjectionMatchTuple -
SqlInjectionMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
UpdateSqlInjectionMatchSetRequest.Builder updates(SqlInjectionMatchSetUpdate... updates)
An array of
SqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
ActionandSqlInjectionMatchTuple -
SqlInjectionMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
- Parameters:
updates- An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
ActionandSqlInjectionMatchTuple -
SqlInjectionMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
updates
UpdateSqlInjectionMatchSetRequest.Builder updates(Consumer<SqlInjectionMatchSetUpdate.Builder>... updates)
An array of
SqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
ActionandSqlInjectionMatchTuple -
SqlInjectionMatchTuple: Contains
FieldToMatchandTextTransformation -
FieldToMatch: Contains
DataandType
SqlInjectionMatchSetUpdate.Builderavoiding the need to create one manually viaSqlInjectionMatchSetUpdate.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 onSqlInjectionMatchSetUpdate.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#updates(java.util.Collection)
-
-
overrideConfiguration
UpdateSqlInjectionMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateSqlInjectionMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-