Class DataLossPreventionInspectTemplateInspectConfigRuleSetRules.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigRuleSetRules.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRules>
- Enclosing interface:
- DataLossPreventionInspectTemplateInspectConfigRuleSetRules
@Stability(Stable) public static final class DataLossPreventionInspectTemplateInspectConfigRuleSetRules.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRules>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionInspectTemplateInspectConfigRuleSetRulesbuild()Builds the configured instance.DataLossPreventionInspectTemplateInspectConfigRuleSetRules.BuilderexclusionRule(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule exclusionRule)DataLossPreventionInspectTemplateInspectConfigRuleSetRules.BuilderhotwordRule(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule hotwordRule)
-
-
-
Method Detail
-
exclusionRule
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRules.Builder exclusionRule(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesExclusionRule exclusionRule)
- Parameters:
exclusionRule- exclusion_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#exclusion_rule DataLossPreventionInspectTemplate#exclusion_rule}- Returns:
this
-
hotwordRule
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRules.Builder hotwordRule(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule hotwordRule)
- Parameters:
hotwordRule- hotword_rule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#hotword_rule DataLossPreventionInspectTemplate#hotword_rule}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRules build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRules>- Returns:
- a new instance of
DataLossPreventionInspectTemplateInspectConfigRuleSetRules - Throws:
NullPointerException- if any required attribute was not provided
-
-