Class ComputeNetworkFirewallPolicyAssociation.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public ComputeNetworkFirewallPolicyAssociation.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • attachmentTarget

        @Stability(Stable)
        public ComputeNetworkFirewallPolicyAssociation.Builder attachmentTarget​(String attachmentTarget)
        The target that the firewall policy is attached to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_association#attachment_target ComputeNetworkFirewallPolicyAssociation#attachment_target}

        Parameters:
        attachmentTarget - The target that the firewall policy is attached to. This parameter is required.
        Returns:
        this
      • firewallPolicy

        @Stability(Stable)
        public ComputeNetworkFirewallPolicyAssociation.Builder firewallPolicy​(String firewallPolicy)
        The firewall policy ID of the association.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_association#firewall_policy ComputeNetworkFirewallPolicyAssociation#firewall_policy}

        Parameters:
        firewallPolicy - The firewall policy ID of the association. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public ComputeNetworkFirewallPolicyAssociation.Builder name​(String name)
        The name for an association.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_association#name ComputeNetworkFirewallPolicyAssociation#name}

        Parameters:
        name - The name for an association. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public ComputeNetworkFirewallPolicyAssociation.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_association#id ComputeNetworkFirewallPolicyAssociation#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_association#id ComputeNetworkFirewallPolicyAssociation#id}. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public ComputeNetworkFirewallPolicyAssociation.Builder project​(String project)
        The project for the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_association#project ComputeNetworkFirewallPolicyAssociation#project}

        Parameters:
        project - The project for the resource. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public ComputeNetworkFirewallPolicyAssociation.Builder timeouts​(ComputeNetworkFirewallPolicyAssociationTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_network_firewall_policy_association#timeouts ComputeNetworkFirewallPolicyAssociation#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this