Class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesbuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules.BuilderexclusionRule(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule exclusionRule)DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules.BuilderhotwordRule(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule hotwordRule)
-
-
-
Method Detail
-
exclusionRule
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules.Builder exclusionRule(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule exclusionRule)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules.getExclusionRule()- 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_job_trigger#exclusion_rule DataLossPreventionJobTrigger#exclusion_rule}- Returns:
this
-
hotwordRule
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules.Builder hotwordRule(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesHotwordRule 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_job_trigger#hotword_rule DataLossPreventionJobTrigger#hotword_rule}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRules - Throws:
NullPointerException- if any required attribute was not provided
-
-