Class CfnRuleGroup.CryptoConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wafv2.CfnRuleGroup.CryptoConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroup.CryptoConfigProperty>
- Enclosing interface:
CfnRuleGroup.CryptoConfigProperty
@Stability(Stable)
public static final class CfnRuleGroup.CryptoConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroup.CryptoConfigProperty>
A builder for
CfnRuleGroup.CryptoConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.paymentNetworks(List<? extends Object> paymentNetworks) Sets the value ofCfnRuleGroup.CryptoConfigProperty.getPaymentNetworks()paymentNetworks(IResolvable paymentNetworks) Sets the value ofCfnRuleGroup.CryptoConfigProperty.getPaymentNetworks()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
paymentNetworks
@Stability(Stable) public CfnRuleGroup.CryptoConfigProperty.Builder paymentNetworks(IResolvable paymentNetworks) Sets the value ofCfnRuleGroup.CryptoConfigProperty.getPaymentNetworks()- Parameters:
paymentNetworks- List of payment network configurations. This parameter is required.- Returns:
this
-
paymentNetworks
@Stability(Stable) public CfnRuleGroup.CryptoConfigProperty.Builder paymentNetworks(List<? extends Object> paymentNetworks) Sets the value ofCfnRuleGroup.CryptoConfigProperty.getPaymentNetworks()- Parameters:
paymentNetworks- List of payment network configurations. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuleGroup.CryptoConfigProperty>- Returns:
- a new instance of
CfnRuleGroup.CryptoConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-