Interface UpdateSqlInjectionMatchSetRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateSqlInjectionMatchSetRequest.Builder,
,UpdateSqlInjectionMatchSetRequest> SdkBuilder<UpdateSqlInjectionMatchSetRequest.Builder,
,UpdateSqlInjectionMatchSetRequest> SdkPojo
,SdkRequest.Builder
,WafRequest.Builder
- Enclosing class:
UpdateSqlInjectionMatchSetRequest
-
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) TheSqlInjectionMatchSetId
of theSqlInjectionMatchSet
that you want to update.updates
(Collection<SqlInjectionMatchSetUpdate> updates) An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.updates
(Consumer<SqlInjectionMatchSetUpdate.Builder>... updates) An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.updates
(SqlInjectionMatchSetUpdate... updates) An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet.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 Details
-
sqlInjectionMatchSetId
The
SqlInjectionMatchSetId
of theSqlInjectionMatchSet
that you want to update.SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Parameters:
sqlInjectionMatchSetId
- TheSqlInjectionMatchSetId
of theSqlInjectionMatchSet
that you want to update.SqlInjectionMatchSetId
is 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.
-
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
andSqlInjectionMatchTuple
-
SqlInjectionMatchTuple: Contains
FieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
- Parameters:
updates
- An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
Action
andSqlInjectionMatchTuple
-
SqlInjectionMatchTuple: Contains
FieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
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
andSqlInjectionMatchTuple
-
SqlInjectionMatchTuple: Contains
FieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
- Parameters:
updates
- An array ofSqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
Action
andSqlInjectionMatchTuple
-
SqlInjectionMatchTuple: Contains
FieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
-
- 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
SqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a SqlInjectionMatchSet. For more information, see the applicable data types:-
SqlInjectionMatchSetUpdate: Contains
Action
andSqlInjectionMatchTuple
-
SqlInjectionMatchTuple: Contains
FieldToMatch
andTextTransformation
-
FieldToMatch: Contains
Data
andType
SqlInjectionMatchSetUpdate.Builder
avoiding the need to create one manually viaSqlInjectionMatchSetUpdate.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toupdates(List<SqlInjectionMatchSetUpdate>)
.- 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:
-
-
overrideConfiguration
UpdateSqlInjectionMatchSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateSqlInjectionMatchSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-