Interface SqlInjectionMatchSetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>,SdkBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>,SdkPojo
- Enclosing class:
- SqlInjectionMatchSetSummary
public static interface SqlInjectionMatchSetSummary.Builder extends SdkPojo, CopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlInjectionMatchSetSummary.Buildername(String name)The name of theSqlInjectionMatchSet, if any, specified byId.SqlInjectionMatchSetSummary.BuildersqlInjectionMatchSetId(String sqlInjectionMatchSetId)A unique identifier for aSqlInjectionMatchSet.-
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
-
sqlInjectionMatchSetId
SqlInjectionMatchSetSummary.Builder sqlInjectionMatchSetId(String sqlInjectionMatchSetId)
A unique identifier for a
SqlInjectionMatchSet. You useSqlInjectionMatchSetIdto get information about aSqlInjectionMatchSet(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete aSqlInjectionMatchSetfrom AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetIdis returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Parameters:
sqlInjectionMatchSetId- A unique identifier for aSqlInjectionMatchSet. You useSqlInjectionMatchSetIdto get information about aSqlInjectionMatchSet(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete aSqlInjectionMatchSetfrom AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetIdis returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
SqlInjectionMatchSetSummary.Builder name(String name)
The name of the
SqlInjectionMatchSet, if any, specified byId.- Parameters:
name- The name of theSqlInjectionMatchSet, if any, specified byId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-