Class ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.compute_region_network_firewall_policy_rule.ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags>
- Enclosing interface:
- ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags
@Stability(Stable) public static final class ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags.Builder extends Object implements software.amazon.jsii.Builder<ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags>
A builder forComputeRegionNetworkFirewallPolicyRuleTargetSecureTags
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComputeRegionNetworkFirewallPolicyRuleTargetSecureTagsbuild()Builds the configured instance.ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags.Buildername(String name)Sets the value ofComputeRegionNetworkFirewallPolicyRuleTargetSecureTags.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags.Builder name(String name)
Sets the value ofComputeRegionNetworkFirewallPolicyRuleTargetSecureTags.getName()- Parameters:
name- Name of the secure tag, created with TagManager's TagValue API. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags>- Returns:
- a new instance of
ComputeRegionNetworkFirewallPolicyRuleTargetSecureTags - Throws:
NullPointerException- if any required attribute was not provided
-
-