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