Class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule>
- Enclosing interface:
- DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule
@Stability(Stable) public static final class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
hotwordRegex
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.Builder hotwordRegex(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleHotwordRegex hotwordRegex)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.getHotwordRegex()- Parameters:
hotwordRegex- hotword_regex block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#hotword_regex DataLossPreventionInspectTemplate#hotword_regex}- Returns:
this
-
likelihoodAdjustment
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.Builder likelihoodAdjustment(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleLikelihoodAdjustment likelihoodAdjustment)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.getLikelihoodAdjustment()- Parameters:
likelihoodAdjustment- likelihood_adjustment block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#likelihood_adjustment DataLossPreventionInspectTemplate#likelihood_adjustment}- Returns:
this
-
proximity
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.Builder proximity(DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity proximity)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule.getProximity()- Parameters:
proximity- proximity block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#proximity DataLossPreventionInspectTemplate#proximity}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule>- Returns:
- a new instance of
DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRule - Throws:
NullPointerException- if any required attribute was not provided
-
-