Interface SqlInjectionMatchSetSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SqlInjectionMatchSetSummary.Builder,,- SqlInjectionMatchSetSummary> - SdkBuilder<SqlInjectionMatchSetSummary.Builder,,- SqlInjectionMatchSetSummary> - SdkPojo
- Enclosing class:
- SqlInjectionMatchSetSummary
@Mutable
@NotThreadSafe
public static interface SqlInjectionMatchSetSummary.Builder
extends SdkPojo, CopyableBuilder<SqlInjectionMatchSetSummary.Builder,SqlInjectionMatchSetSummary> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sqlInjectionMatchSetIdA 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 a- SqlInjectionMatchSet. You use- SqlInjectionMatchSetIdto get information about a- SqlInjectionMatchSet(see GetSqlInjectionMatchSet), update a- SqlInjectionMatchSet(see UpdateSqlInjectionMatchSet), insert a- SqlInjectionMatchSetinto a- Ruleor delete one from a- Rule(see UpdateRule), and delete a- SqlInjectionMatchSetfrom 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.
 
- 
nameThe name of the SqlInjectionMatchSet, if any, specified byId.- Parameters:
- name- The name of the- SqlInjectionMatchSet, if any, specified by- Id.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-