Interface XssMatchSetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>,SdkBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>,SdkPojo
- Enclosing class:
- XssMatchSetSummary
public static interface XssMatchSetSummary.Builder extends SdkPojo, CopyableBuilder<XssMatchSetSummary.Builder,XssMatchSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XssMatchSetSummary.Buildername(String name)The name of theXssMatchSet, if any, specified byId.XssMatchSetSummary.BuilderxssMatchSetId(String xssMatchSetId)A unique identifier for anXssMatchSet.-
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
-
xssMatchSetId
XssMatchSetSummary.Builder xssMatchSetId(String xssMatchSetId)
A unique identifier for an
XssMatchSet. You useXssMatchSetIdto get information about aXssMatchSet(see GetXssMatchSet), update anXssMatchSet(see UpdateXssMatchSet), insert anXssMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete anXssMatchSetfrom AWS WAF (see DeleteXssMatchSet).XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.- Parameters:
xssMatchSetId- A unique identifier for anXssMatchSet. You useXssMatchSetIdto get information about aXssMatchSet(see GetXssMatchSet), update anXssMatchSet(see UpdateXssMatchSet), insert anXssMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete anXssMatchSetfrom AWS WAF (see DeleteXssMatchSet).XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
XssMatchSetSummary.Builder name(String name)
The name of the
XssMatchSet, if any, specified byId.- Parameters:
name- The name of theXssMatchSet, if any, specified byId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-