Interface SqlInjectionMatchSetUpdate.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SqlInjectionMatchSetUpdate.Builder,,- SqlInjectionMatchSetUpdate> - SdkBuilder<SqlInjectionMatchSetUpdate.Builder,,- SqlInjectionMatchSetUpdate> - SdkPojo
- Enclosing class:
- SqlInjectionMatchSetUpdate
- 
Method SummaryModifier and TypeMethodDescriptionaction(ChangeAction action) 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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
actionSpecify INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Parameters:
- action- Specify- INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use- DELETEto remove a- SqlInjectionMatchSetUpdatefrom a- SqlInjectionMatchSet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
actionSpecify INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. UseDELETEto remove aSqlInjectionMatchSetUpdatefrom aSqlInjectionMatchSet.- Parameters:
- action- Specify- INSERTto add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use- DELETEto remove a- SqlInjectionMatchSetUpdatefrom a- SqlInjectionMatchSet.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sqlInjectionMatchTupleSqlInjectionMatchSetUpdate.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.
 
- 
sqlInjectionMatchTupledefault 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 on- SqlInjectionMatchTuple.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-