Class RegionNetworkFirewallPolicyArgs.Builder

    • Method Detail

      • description

        public RegionNetworkFirewallPolicyArgs.Builder description​(@Nullable
                                                                   com.pulumi.core.Output<java.lang.String> description)
        Parameters:
        description - An optional description of this resource. Provide this property when you create the resource.
        Returns:
        builder
      • description

        public RegionNetworkFirewallPolicyArgs.Builder description​(java.lang.String description)
        Parameters:
        description - An optional description of this resource. Provide this property when you create the resource.
        Returns:
        builder
      • name

        public RegionNetworkFirewallPolicyArgs.Builder name​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - User-provided name of the Network firewall policy. The name should be unique in the project in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. ***
        Returns:
        builder
      • name

        public RegionNetworkFirewallPolicyArgs.Builder name​(java.lang.String name)
        Parameters:
        name - User-provided name of the Network firewall policy. The name should be unique in the project in which the firewall policy is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. ***
        Returns:
        builder
      • project

        public RegionNetworkFirewallPolicyArgs.Builder project​(@Nullable
                                                               com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The project for the resource
        Returns:
        builder
      • region

        public RegionNetworkFirewallPolicyArgs.Builder region​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The location of this resource.
        Returns:
        builder