Class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_inspect_template.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity>
- Enclosing interface:
- DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity
@Stability(Stable) public static final class DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximitybuild()Builds the configured instance.DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.BuilderwindowAfter(Number windowAfter)DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.BuilderwindowBefore(Number windowBefore)
-
-
-
Method Detail
-
windowAfter
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.Builder windowAfter(Number windowAfter)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.getWindowAfter()- Parameters:
windowAfter- Number of characters after the finding to consider. Either this or window_before must be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#window_after DataLossPreventionInspectTemplate#window_after}- Returns:
this
-
windowBefore
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.Builder windowBefore(Number windowBefore)
Sets the value ofDataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity.getWindowBefore()- Parameters:
windowBefore- Number of characters before the finding to consider. Either this or window_after must be specified. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_inspect_template#window_before DataLossPreventionInspectTemplate#window_before}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity>- Returns:
- a new instance of
DataLossPreventionInspectTemplateInspectConfigRuleSetRulesHotwordRuleProximity - Throws:
NullPointerException- if any required attribute was not provided
-
-