Class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
matchingType
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder matchingType(String matchingType)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.getMatchingType()- Parameters:
matchingType- How the rule is applied. See the documentation for more information: https://cloud.google.com/dlp/docs/reference/rest/v2/InspectConfig#MatchingType Possible values: ["MATCHING_TYPE_FULL_MATCH", "MATCHING_TYPE_PARTIAL_MATCH", "MATCHING_TYPE_INVERSE_MATCH"]. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#matching_type DataLossPreventionJobTrigger#matching_type}- Returns:
this
-
dictionary
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder dictionary(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleDictionary dictionary)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.getDictionary()- Parameters:
dictionary- dictionary block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#dictionary DataLossPreventionJobTrigger#dictionary}- Returns:
this
-
excludeByHotword
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder excludeByHotword(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeByHotword excludeByHotword)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.getExcludeByHotword()- Parameters:
excludeByHotword- exclude_by_hotword block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#exclude_by_hotword DataLossPreventionJobTrigger#exclude_by_hotword}- Returns:
this
-
excludeInfoTypes
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder excludeInfoTypes(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleExcludeInfoTypes excludeInfoTypes)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.getExcludeInfoTypes()- Parameters:
excludeInfoTypes- exclude_info_types block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#exclude_info_types DataLossPreventionJobTrigger#exclude_info_types}- Returns:
this
-
regex
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.Builder regex(DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRuleRegex regex)
Sets the value ofDataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule.getRegex()- Parameters:
regex- regex block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#regex DataLossPreventionJobTrigger#regex}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobInspectConfigRuleSetRulesExclusionRule - Throws:
NullPointerException- if any required attribute was not provided
-
-