@Stability(value=Stable) public static final class CfnWebACLAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACLAssociationProps>
CfnWebACLAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWebACLAssociationProps |
build()
Builds the configured instance.
|
CfnWebACLAssociationProps.Builder |
resourceArn(String resourceArn)
Sets the value of
CfnWebACLAssociationProps.getResourceArn() |
CfnWebACLAssociationProps.Builder |
webAclId(String webAclId)
Sets the value of
CfnWebACLAssociationProps.getWebAclId() |
@Stability(value=Stable) public CfnWebACLAssociationProps.Builder resourceArn(String resourceArn)
CfnWebACLAssociationProps.getResourceArn()resourceArn - The Amazon Resource Name (ARN) of the resource to protect with the web ACL. This parameter is required.this@Stability(value=Stable) public CfnWebACLAssociationProps.Builder webAclId(String webAclId)
CfnWebACLAssociationProps.getWebAclId()webAclId - A unique identifier (ID) for the web ACL. This parameter is required.this@Stability(value=Stable) public CfnWebACLAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnWebACLAssociationProps>CfnWebACLAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.