Class CfnXssMatchSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.waf.CfnXssMatchSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnXssMatchSetPropsMixin>
- Enclosing class:
CfnXssMatchSetPropsMixin
@Stability(Stable)
public static final class CfnXssMatchSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnXssMatchSetPropsMixin>
A fluent builder for
CfnXssMatchSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) The name, if any, of theXssMatchSet.xssMatchTuples(List<? extends Object> xssMatchTuples) Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.xssMatchTuples(IResolvable xssMatchTuples) Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.
-
Method Details
-
create
@Stability(Stable) public static CfnXssMatchSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnXssMatchSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnXssMatchSetPropsMixin.Builder.
-
name
The name, if any, of theXssMatchSet.- Parameters:
name- The name, if any, of theXssMatchSet. This parameter is required.- Returns:
this- See Also:
-
xssMatchTuples
@Stability(Stable) public CfnXssMatchSetPropsMixin.Builder xssMatchTuples(IResolvable xssMatchTuples) Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.- Parameters:
xssMatchTuples- Specifies the parts of web requests that you want to inspect for cross-site scripting attacks. This parameter is required.- Returns:
this- See Also:
-
xssMatchTuples
@Stability(Stable) public CfnXssMatchSetPropsMixin.Builder xssMatchTuples(List<? extends Object> xssMatchTuples) Specifies the parts of web requests that you want to inspect for cross-site scripting attacks.- Parameters:
xssMatchTuples- Specifies the parts of web requests that you want to inspect for cross-site scripting attacks. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnXssMatchSetPropsMixin>- Returns:
- a newly built instance of
CfnXssMatchSetPropsMixin.
-