Class GetFwPolicyV2PlainArgs.Builder

  • Enclosing class:
    GetFwPolicyV2PlainArgs

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

      • audited

        public GetFwPolicyV2PlainArgs.Builder audited​(@Nullable
                                                      java.lang.Boolean audited)
        Parameters:
        audited - Whether this policy has been audited.
        Returns:
        builder
      • description

        public GetFwPolicyV2PlainArgs.Builder description​(@Nullable
                                                          java.lang.String description)
        Parameters:
        description - Human-readable description of the policy.
        Returns:
        builder
      • name

        public GetFwPolicyV2PlainArgs.Builder name​(@Nullable
                                                   java.lang.String name)
        Parameters:
        name - The name of the firewall policy.
        Returns:
        builder
      • policyId

        public GetFwPolicyV2PlainArgs.Builder policyId​(@Nullable
                                                       java.lang.String policyId)
        Parameters:
        policyId - The ID of the firewall policy.
        Returns:
        builder
      • projectId

        public GetFwPolicyV2PlainArgs.Builder projectId​(@Nullable
                                                        java.lang.String projectId)
        Parameters:
        projectId - This argument conflicts and is interchangeable with `tenant_id`. The owner of the firewall policy.
        Returns:
        builder
      • region

        public GetFwPolicyV2PlainArgs.Builder region​(@Nullable
                                                     java.lang.String region)
        Parameters:
        region - The region in which to obtain the V2 Neutron client. A Neutron client is needed to retrieve firewall policy ids. If omitted, the `region` argument of the provider is used.
        Returns:
        builder
      • shared

        public GetFwPolicyV2PlainArgs.Builder shared​(@Nullable
                                                     java.lang.Boolean shared)
        Parameters:
        shared - Whether this policy is shared across all projects.
        Returns:
        builder
      • tenantId

        public GetFwPolicyV2PlainArgs.Builder tenantId​(@Nullable
                                                       java.lang.String tenantId)
        Parameters:
        tenantId - This argument conflicts and is interchangeable with `project_id`. The owner of the firewall policy.
        Returns:
        builder