@Stability(value=Stable) public static final class CfnXssMatchSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnXssMatchSetProps>
CfnXssMatchSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnXssMatchSetProps |
build()
Builds the configured instance.
|
CfnXssMatchSetProps.Builder |
name(String name)
Sets the value of
CfnXssMatchSetProps.getName() |
CfnXssMatchSetProps.Builder |
xssMatchTuples(IResolvable xssMatchTuples)
Sets the value of
CfnXssMatchSetProps.getXssMatchTuples() |
CfnXssMatchSetProps.Builder |
xssMatchTuples(List<? extends Object> xssMatchTuples)
Sets the value of
CfnXssMatchSetProps.getXssMatchTuples() |
@Stability(value=Stable) public CfnXssMatchSetProps.Builder name(String name)
CfnXssMatchSetProps.getName()name - The name, if any, of the `XssMatchSet` . This parameter is required.this@Stability(value=Stable) public CfnXssMatchSetProps.Builder xssMatchTuples(IResolvable xssMatchTuples)
CfnXssMatchSetProps.getXssMatchTuples()xssMatchTuples - Specifies the parts of web requests that you want to inspect for cross-site scripting attacks. This parameter is required.this@Stability(value=Stable) public CfnXssMatchSetProps.Builder xssMatchTuples(List<? extends Object> xssMatchTuples)
CfnXssMatchSetProps.getXssMatchTuples()xssMatchTuples - Specifies the parts of web requests that you want to inspect for cross-site scripting attacks. This parameter is required.this@Stability(value=Stable) public CfnXssMatchSetProps build()
build in interface software.amazon.jsii.Builder<CfnXssMatchSetProps>CfnXssMatchSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.