Class CfnWebACLPropsMixin.PreParseTextTransformationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.PreParseTextTransformationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACLPropsMixin.PreParseTextTransformationProperty>
- Enclosing interface:
CfnWebACLPropsMixin.PreParseTextTransformationProperty
@Stability(Stable)
public static final class CfnWebACLPropsMixin.PreParseTextTransformationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACLPropsMixin.PreParseTextTransformationProperty>
A builder for
CfnWebACLPropsMixin.PreParseTextTransformationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnWebACLPropsMixin.PreParseTextTransformationProperty.getPriority()Sets the value ofCfnWebACLPropsMixin.PreParseTextTransformationProperty.getType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
priority
@Stability(Stable) public CfnWebACLPropsMixin.PreParseTextTransformationProperty.Builder priority(Number priority) Sets the value ofCfnWebACLPropsMixin.PreParseTextTransformationProperty.getPriority()- Parameters:
priority- Priority of PreParseTextTransformation being applied.- Returns:
this
-
type
@Stability(Stable) public CfnWebACLPropsMixin.PreParseTextTransformationProperty.Builder type(String type) Sets the value ofCfnWebACLPropsMixin.PreParseTextTransformationProperty.getType()- Parameters:
type- Type of pre-parse text transformation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebACLPropsMixin.PreParseTextTransformationProperty>- Returns:
- a new instance of
CfnWebACLPropsMixin.PreParseTextTransformationProperty - Throws:
NullPointerException- if any required attribute was not provided
-