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