Class DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence>
- Enclosing interface:
- DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence
@Stability(Stable) public static final class DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadencebuild()Builds the configured instance.DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builderfrequency(String frequency)DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Buildertypes(List<String> types)
-
-
-
Method Detail
-
frequency
@Stability(Stable) public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builder frequency(String frequency)
Sets the value ofDataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.getFrequency()- Parameters:
frequency- How frequently data profiles can be updated when tables are modified. Defaults to never. Possible values: ["UPDATE_FREQUENCY_NEVER", "UPDATE_FREQUENCY_DAILY", "UPDATE_FREQUENCY_MONTHLY"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#frequency DataLossPreventionDiscoveryConfig#frequency}- Returns:
this
-
types
@Stability(Stable) public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.Builder types(List<String> types)
Sets the value ofDataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence.getTypes()- Parameters:
types- The type of events to consider when deciding if the table has been modified and should have the profile updated. Defaults to MODIFIED_TIMESTAMP Possible values: ["TABLE_MODIFIED_TIMESTAMP"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#types DataLossPreventionDiscoveryConfig#types}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence>- Returns:
- a new instance of
DataLossPreventionDiscoveryConfigTargetsBigQueryTargetCadenceTableModifiedCadence - Throws:
NullPointerException- if any required attribute was not provided
-
-