Interface MonetizeAction.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MonetizeAction.Builder,,MonetizeAction> SdkBuilder<MonetizeAction.Builder,,MonetizeAction> SdkPojo
- Enclosing class:
MonetizeAction
@Mutable
@NotThreadSafe
public static interface MonetizeAction.Builder
extends SdkPojo, CopyableBuilder<MonetizeAction.Builder,MonetizeAction>
-
Method Summary
Modifier and TypeMethodDescriptionpriceMultiplier(String priceMultiplier) An integer multiplier applied to the base price defined in the web ACL'sMonetizationConfig.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
priceMultiplier
An integer multiplier applied to the base price defined in the web ACL's
MonetizationConfig. The effective price for the request is the base price multiplied by this value. Specify as a string. Valid values: 1 to 100.- Parameters:
priceMultiplier- An integer multiplier applied to the base price defined in the web ACL'sMonetizationConfig. The effective price for the request is the base price multiplied by this value. Specify as a string. Valid values: 1 to 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-