Class CfnByteMatchSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.waf.CfnByteMatchSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnByteMatchSetPropsMixin>
- Enclosing class:
CfnByteMatchSetPropsMixin
@Stability(Stable)
public static final class CfnByteMatchSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnByteMatchSetPropsMixin>
A fluent builder for
CfnByteMatchSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()byteMatchTuples(List<? extends Object> byteMatchTuples) Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.byteMatchTuples(IResolvable byteMatchTuples) Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.create()create(CfnPropertyMixinOptions options) The name of theByteMatchSet.
-
Method Details
-
create
@Stability(Stable) public static CfnByteMatchSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnByteMatchSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnByteMatchSetPropsMixin.Builder.
-
byteMatchTuples
@Stability(Stable) public CfnByteMatchSetPropsMixin.Builder byteMatchTuples(IResolvable byteMatchTuples) Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.- Parameters:
byteMatchTuples- Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. This parameter is required.- Returns:
this- See Also:
-
byteMatchTuples
@Stability(Stable) public CfnByteMatchSetPropsMixin.Builder byteMatchTuples(List<? extends Object> byteMatchTuples) Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.- Parameters:
byteMatchTuples- Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings. This parameter is required.- Returns:
this- See Also:
-
name
The name of theByteMatchSet.You can't change
Nameafter you create aByteMatchSet.- Parameters:
name- The name of theByteMatchSet. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnByteMatchSetPropsMixin>- Returns:
- a newly built instance of
CfnByteMatchSetPropsMixin.
-