CopyableBuilder<UpdateSqlInjectionMatchSetRequest.Builder,UpdateSqlInjectionMatchSetRequest>
, SdkBuilder<UpdateSqlInjectionMatchSetRequest.Builder,UpdateSqlInjectionMatchSetRequest>
public static interface UpdateSqlInjectionMatchSetRequest.Builder extends CopyableBuilder<UpdateSqlInjectionMatchSetRequest.Builder,UpdateSqlInjectionMatchSetRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateSqlInjectionMatchSetRequest.Builder |
changeToken(String changeToken) |
The value returned by the most recent call to GetChangeToken.
|
UpdateSqlInjectionMatchSetRequest.Builder |
sqlInjectionMatchSetId(String sqlInjectionMatchSetId) |
The
SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to update. |
UpdateSqlInjectionMatchSetRequest.Builder |
updates(Collection<SqlInjectionMatchSetUpdate> updates) |
An array of
SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a
SqlInjectionMatchSet. |
UpdateSqlInjectionMatchSetRequest.Builder |
updates(SqlInjectionMatchSetUpdate... updates) |
An array of
SqlInjectionMatchSetUpdate objects that you want to insert into or delete from a
SqlInjectionMatchSet. |
copy
apply, build
UpdateSqlInjectionMatchSetRequest.Builder sqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The SqlInjectionMatchSetId
of the SqlInjectionMatchSet
that you want to update.
SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId
- The SqlInjectionMatchSetId
of the SqlInjectionMatchSet
that you want to
update. SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.UpdateSqlInjectionMatchSetRequest.Builder changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to GetChangeToken.UpdateSqlInjectionMatchSetRequest.Builder updates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of SqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a
SqlInjectionMatchSet. For more information, see the applicable data types:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
updates
- An array of SqlInjectionMatchSetUpdate
objects that you want to insert into or delete
from a SqlInjectionMatchSet. For more information, see the applicable data types:
SqlInjectionMatchSetUpdate: Contains Action
and
SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
UpdateSqlInjectionMatchSetRequest.Builder updates(SqlInjectionMatchSetUpdate... updates)
An array of SqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a
SqlInjectionMatchSet. For more information, see the applicable data types:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
NOTE: This method appends the values to the existing list (if any). Use
#setUpdates(java.util.Collection)
or #withUpdates(java.util.Collection)
if you want to
override the existing values.
updates
- An array of SqlInjectionMatchSetUpdate
objects that you want to insert into or delete
from a SqlInjectionMatchSet. For more information, see the applicable data types:
SqlInjectionMatchSetUpdate: Contains Action
and
SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.