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
Modifier and TypeMethodDescriptionThe name of theSqlInjectionMatchSet
, if any, specified byId
.sqlInjectionMatchSetId
(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 Details
-
sqlInjectionMatchSetId
A unique identifier for a
SqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Parameters:
sqlInjectionMatchSetId
- A unique identifier for aSqlInjectionMatchSet
. You useSqlInjectionMatchSetId
to get information about aSqlInjectionMatchSet
(see GetSqlInjectionMatchSet), update aSqlInjectionMatchSet
(see UpdateSqlInjectionMatchSet), insert aSqlInjectionMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete aSqlInjectionMatchSet
from AWS WAF (see DeleteSqlInjectionMatchSet).SqlInjectionMatchSetId
is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-