Class CfnWebACL.MonetizeActionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wafv2.CfnWebACL.MonetizeActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACL.MonetizeActionProperty>
- Enclosing interface:
CfnWebACL.MonetizeActionProperty
@Stability(Stable)
public static final class CfnWebACL.MonetizeActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACL.MonetizeActionProperty>
A builder for
CfnWebACL.MonetizeActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.priceMultiplier(String priceMultiplier) Sets the value ofCfnWebACL.MonetizeActionProperty.getPriceMultiplier()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
priceMultiplier
@Stability(Stable) public CfnWebACL.MonetizeActionProperty.Builder priceMultiplier(String priceMultiplier) Sets the value ofCfnWebACL.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<CfnWebACL.MonetizeActionProperty>- Returns:
- a new instance of
CfnWebACL.MonetizeActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-