Class CfnWebACLAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wafregional.CfnWebACLAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACLAssociationPropsMixin>
- Enclosing class:
CfnWebACLAssociationPropsMixin
@Stability(Stable)
public static final class CfnWebACLAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACLAssociationPropsMixin>
A fluent builder for
CfnWebACLAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource to protect with the web ACL.A unique identifier (ID) for the web ACL.
-
Method Details
-
create
@Stability(Stable) public static CfnWebACLAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnWebACLAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnWebACLAssociationPropsMixin.Builder.
-
resourceArn
The Amazon Resource Name (ARN) of the resource to protect with the web ACL.- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the resource to protect with the web ACL. This parameter is required.- Returns:
this- See Also:
-
webAclId
A unique identifier (ID) for the web ACL.- Parameters:
webAclId- A unique identifier (ID) for the web ACL. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebACLAssociationPropsMixin>- Returns:
- a newly built instance of
CfnWebACLAssociationPropsMixin.
-