CopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>, SdkBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>public static interface SqlInjectionMatchSetSummary.Builder extends CopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary>
| Modifier and Type | Method | Description |
|---|---|---|
SqlInjectionMatchSetSummary.Builder |
name(String name) |
The name of the
SqlInjectionMatchSet, if any, specified by Id. |
SqlInjectionMatchSetSummary.Builder |
sqlInjectionMatchSetId(String sqlInjectionMatchSetId) |
A unique identifier for a
SqlInjectionMatchSet. |
copyapply, buildSqlInjectionMatchSetSummary.Builder sqlInjectionMatchSetId(String sqlInjectionMatchSetId)
A unique identifier for a SqlInjectionMatchSet. You use SqlInjectionMatchSetId to
get information about a SqlInjectionMatchSet (see GetSqlInjectionMatchSet), update a
SqlInjectionMatchSet (see UpdateSqlInjectionMatchSet), insert a
SqlInjectionMatchSet into a Rule or delete one from a Rule (see
UpdateRule), and delete a SqlInjectionMatchSet from AWS WAF (see
DeleteSqlInjectionMatchSet).
SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId - A unique identifier for a SqlInjectionMatchSet. You use
SqlInjectionMatchSetId to get information about a SqlInjectionMatchSet (see
GetSqlInjectionMatchSet), update a SqlInjectionMatchSet (see
UpdateSqlInjectionMatchSet), insert a SqlInjectionMatchSet into a
Rule or delete one from a Rule (see UpdateRule), and delete a
SqlInjectionMatchSet from AWS WAF (see DeleteSqlInjectionMatchSet).
SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
SqlInjectionMatchSetSummary.Builder name(String name)
The name of the SqlInjectionMatchSet, if any, specified by Id.
name - The name of the SqlInjectionMatchSet, if any, specified by Id.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.