Interface SqlInjectionMatchSetUpdate.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>,SdkBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>,SdkPojo
- Enclosing class:
- SqlInjectionMatchSetUpdate
public static interface SqlInjectionMatchSetUpdate.Builder extends SdkPojo, CopyableBuilder<SqlInjectionMatchSetUpdate.Builder,SqlInjectionMatchSetUpdate>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SqlInjectionMatchSetUpdate.Builderaction(String action)SqlInjectionMatchSetUpdate.Builderaction(ChangeAction action)default SqlInjectionMatchSetUpdate.BuildersqlInjectionMatchTuple(Consumer<SqlInjectionMatchTuple.Builder> sqlInjectionMatchTuple)Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.SqlInjectionMatchSetUpdate.BuildersqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple)Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.-
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
-
-
-
-
Method Detail
-
action
SqlInjectionMatchSetUpdate.Builder action(String action)
Specify
INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Parameters:
action- SpecifyINSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeAction,ChangeAction
-
action
SqlInjectionMatchSetUpdate.Builder action(ChangeAction action)
Specify
INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Parameters:
action- SpecifyINSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ChangeAction,ChangeAction
-
sqlInjectionMatchTuple
SqlInjectionMatchSetUpdate.Builder sqlInjectionMatchTuple(SqlInjectionMatchTuple sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
- Parameters:
sqlInjectionMatchTuple- Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sqlInjectionMatchTuple
default SqlInjectionMatchSetUpdate.Builder sqlInjectionMatchTuple(Consumer<SqlInjectionMatchTuple.Builder> sqlInjectionMatchTuple)
Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
This is a convenience method that creates an instance of theSqlInjectionMatchTuple.Builderavoiding the need to create one manually viaSqlInjectionMatchTuple.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosqlInjectionMatchTuple(SqlInjectionMatchTuple).- Parameters:
sqlInjectionMatchTuple- a consumer that will call methods onSqlInjectionMatchTuple.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
sqlInjectionMatchTuple(SqlInjectionMatchTuple)
-
-