Class DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions>
- Enclosing interface:
- DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions
@Stability(Stable) public static final class DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditionsbuild()Builds the configured instance.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.BuilderminAge(String minAge)DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.BuilderminRowCount(Number minRowCount)
-
-
-
Method Detail
-
minAge
@Stability(Stable) public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder minAge(String minAge)
Sets the value ofDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.getMinAge()- Parameters:
minAge- Duration format. The minimum age a table must have before Cloud DLP can profile it. Value greater than 1. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#min_age DataLossPreventionDiscoveryConfig#min_age}- Returns:
this
-
minRowCount
@Stability(Stable) public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.Builder minRowCount(Number minRowCount)
Sets the value ofDataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions.getMinRowCount()- Parameters:
minRowCount- Minimum number of rows that should be present before Cloud DLP profiles as a table. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#min_row_count DataLossPreventionDiscoveryConfig#min_row_count}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions>- Returns:
- a new instance of
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetConditionsOrConditions - Throws:
NullPointerException- if any required attribute was not provided
-
-