public static interface UpdateSqlInjectionMatchSetRequest.Builder extends WafRequest.Builder, SdkPojo, CopyableBuilder<UpdateSqlInjectionMatchSetRequest.Builder,UpdateSqlInjectionMatchSetRequest>
Modifier and Type | Method and Description |
---|---|
UpdateSqlInjectionMatchSetRequest.Builder |
changeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateSqlInjectionMatchSetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateSqlInjectionMatchSetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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(Consumer<SqlInjectionMatchSetUpdate.Builder>... 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. |
build
overrideConfiguration
copy
applyMutation, 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
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(Consumer<SqlInjectionMatchSetUpdate.Builder>... 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
List.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #updates(List)
.updates
- a consumer that will call methods on List.Builder
#updates(List)
UpdateSqlInjectionMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UpdateSqlInjectionMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.