Package com.pulumi.openstack.inputs
Class GetFwPolicyV2PlainArgs.Builder
- java.lang.Object
-
- com.pulumi.openstack.inputs.GetFwPolicyV2PlainArgs.Builder
-
- Enclosing class:
- GetFwPolicyV2PlainArgs
public static final class GetFwPolicyV2PlainArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()Builder(GetFwPolicyV2PlainArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetFwPolicyV2PlainArgs.Builderaudited(java.lang.Boolean audited)GetFwPolicyV2PlainArgsbuild()GetFwPolicyV2PlainArgs.Builderdescription(java.lang.String description)GetFwPolicyV2PlainArgs.Buildername(java.lang.String name)GetFwPolicyV2PlainArgs.BuilderpolicyId(java.lang.String policyId)GetFwPolicyV2PlainArgs.BuilderprojectId(java.lang.String projectId)GetFwPolicyV2PlainArgs.Builderregion(java.lang.String region)GetFwPolicyV2PlainArgs.Buildershared(java.lang.Boolean shared)GetFwPolicyV2PlainArgs.BuildertenantId(java.lang.String tenantId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GetFwPolicyV2PlainArgs defaults)
-
-
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
-
build
public GetFwPolicyV2PlainArgs build()
-
-