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