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