Class WebAclAssociationState.Builder

  • Enclosing class:
    WebAclAssociationState

    public static final class WebAclAssociationState.Builder
    extends java.lang.Object
    • Method Detail

      • resourceArn

        public WebAclAssociationState.Builder resourceArn​(@Nullable
                                                          com.pulumi.core.Output<java.lang.String> resourceArn)
        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the resource to associate with the web ACL. This must be an ARN of an Application Load Balancer, an Amazon API Gateway stage (REST only, HTTP is unsupported), an Amazon Cognito User Pool, an Amazon AppSync GraphQL API, an Amazon App Runner service, or an Amazon Verified Access instance.
        Returns:
        builder
      • resourceArn

        public WebAclAssociationState.Builder resourceArn​(java.lang.String resourceArn)
        Parameters:
        resourceArn - The Amazon Resource Name (ARN) of the resource to associate with the web ACL. This must be an ARN of an Application Load Balancer, an Amazon API Gateway stage (REST only, HTTP is unsupported), an Amazon Cognito User Pool, an Amazon AppSync GraphQL API, an Amazon App Runner service, or an Amazon Verified Access instance.
        Returns:
        builder
      • webAclArn

        public WebAclAssociationState.Builder webAclArn​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> webAclArn)
        Parameters:
        webAclArn - The Amazon Resource Name (ARN) of the Web ACL that you want to associate with the resource.
        Returns:
        builder
      • webAclArn

        public WebAclAssociationState.Builder webAclArn​(java.lang.String webAclArn)
        Parameters:
        webAclArn - The Amazon Resource Name (ARN) of the Web ACL that you want to associate with the resource.
        Returns:
        builder