Class CfnWebACLPropsMixin.MonetizeActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.MonetizeActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACLPropsMixin.MonetizeActionProperty>
- Enclosing interface:
CfnWebACLPropsMixin.MonetizeActionProperty
@Stability(Stable)
public static final class CfnWebACLPropsMixin.MonetizeActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACLPropsMixin.MonetizeActionProperty>
A builder for
CfnWebACLPropsMixin.MonetizeActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.priceMultiplier(String priceMultiplier) Sets the value ofCfnWebACLPropsMixin.MonetizeActionProperty.getPriceMultiplier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
priceMultiplier
@Stability(Stable) public CfnWebACLPropsMixin.MonetizeActionProperty.Builder priceMultiplier(String priceMultiplier) Sets the value ofCfnWebACLPropsMixin.MonetizeActionProperty.getPriceMultiplier()- Parameters:
priceMultiplier- The price multiplier for the monetize action.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebACLPropsMixin.MonetizeActionProperty>- Returns:
- a new instance of
CfnWebACLPropsMixin.MonetizeActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-