@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 |
webAclArn(String webAclArn)
Sets the value of
CfnWebACLAssociationProps.getWebAclArn() |
@Stability(value=Stable) public CfnWebACLAssociationProps.Builder resourceArn(String resourceArn)
CfnWebACLAssociationProps.getResourceArn()resourceArn - The Amazon Resource Name (ARN) of the resource to associate with the web ACL. This parameter is required.
The ARN must be in one of the following formats:
arn:aws:elasticloadbalancing: *region* : *account-id* :loadbalancer/app/ *load-balancer-name* / *load-balancer-id*arn:aws:apigateway: *region* ::/restapis/ *api-id* /stages/ *stage-name*arn:aws:appsync: *region* : *account-id* :apis/ *GraphQLApiId*this@Stability(value=Stable) public CfnWebACLAssociationProps.Builder webAclArn(String webAclArn)
CfnWebACLAssociationProps.getWebAclArn()webAclArn - The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource. 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.