Class ComputeRegionNetworkFirewallPolicyAssociation.Builder

    • Method Detail

      • attachmentTarget

        @Stability(Stable)
        public ComputeRegionNetworkFirewallPolicyAssociation.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_region_network_firewall_policy_association#attachment_target ComputeRegionNetworkFirewallPolicyAssociation#attachment_target}

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

        @Stability(Stable)
        public ComputeRegionNetworkFirewallPolicyAssociation.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_region_network_firewall_policy_association#firewall_policy ComputeRegionNetworkFirewallPolicyAssociation#firewall_policy}

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

        @Stability(Stable)
        public ComputeRegionNetworkFirewallPolicyAssociation.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_region_network_firewall_policy_association#name ComputeRegionNetworkFirewallPolicyAssociation#name}

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

        @Stability(Stable)
        public ComputeRegionNetworkFirewallPolicyAssociation.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_association#id ComputeRegionNetworkFirewallPolicyAssociation#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_region_network_firewall_policy_association#id ComputeRegionNetworkFirewallPolicyAssociation#id}. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public ComputeRegionNetworkFirewallPolicyAssociation.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_region_network_firewall_policy_association#project ComputeRegionNetworkFirewallPolicyAssociation#project}

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

        @Stability(Stable)
        public ComputeRegionNetworkFirewallPolicyAssociation.Builder region​(String region)
        The location of this resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_network_firewall_policy_association#region ComputeRegionNetworkFirewallPolicyAssociation#region}

        Parameters:
        region - The location of this resource. This parameter is required.
        Returns:
        this