@Stability(value=Stable) public static final class CfnWebACLAssociation.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACLAssociation>
CfnWebACLAssociation.| Modifier and Type | Method and Description |
|---|---|
CfnWebACLAssociation |
build() |
static CfnWebACLAssociation.Builder |
create(software.constructs.Construct scope,
String id) |
CfnWebACLAssociation.Builder |
resourceArn(String resourceArn)
`AWS::WAFv2::WebACLAssociation.ResourceArn`.
|
CfnWebACLAssociation.Builder |
webAclArn(String webAclArn)
`AWS::WAFv2::WebACLAssociation.WebACLArn`.
|
@Stability(value=Stable) public static CfnWebACLAssociation.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnWebACLAssociation.Builder.@Stability(value=Stable) public CfnWebACLAssociation.Builder resourceArn(String resourceArn)
resourceArn - `AWS::WAFv2::WebACLAssociation.ResourceArn`. This parameter is required.this@Stability(value=Stable) public CfnWebACLAssociation.Builder webAclArn(String webAclArn)
webAclArn - `AWS::WAFv2::WebACLAssociation.WebACLArn`. This parameter is required.this@Stability(value=Stable) public CfnWebACLAssociation build()
build in interface software.amazon.jsii.Builder<CfnWebACLAssociation>Copyright © 2021. All rights reserved.