Class GetPolicyArgs.Builder

  • Enclosing class:
    GetPolicyArgs

    public static final class GetPolicyArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public GetPolicyArgs.Builder name​(@Nullable
                                          com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - The name of the firewall policy.
        Returns:
        builder
      • name

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

        public GetPolicyArgs.Builder policyId​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> policyId)
        Parameters:
        policyId - The ID of the firewall policy.
        Returns:
        builder
      • policyId

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

        public GetPolicyArgs.Builder region​(@Nullable
                                            com.pulumi.core.Output<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
      • region

        public GetPolicyArgs.Builder region​(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 GetPolicyArgs.Builder tenantId​(@Nullable
                                              com.pulumi.core.Output<java.lang.String> tenantId)
        Parameters:
        tenantId - The owner of the firewall policy.
        Returns:
        builder
      • tenantId

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