Class GetPolicyPlainArgs.Builder

  • Enclosing class:
    GetPolicyPlainArgs

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

      • name

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

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

        public GetPolicyPlainArgs.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
      • tenantId

        public GetPolicyPlainArgs.Builder tenantId​(@Nullable
                                                   java.lang.String tenantId)
        Parameters:
        tenantId - The owner of the firewall policy.
        Returns:
        builder