Class DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldbuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Buildername(String name)
-
-
-
Method Detail
-
name
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.Builder name(String name)
Sets the value ofDataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField.getName()- Parameters:
name- Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. This parameter is required. For BigQuery: Required to filter out rows based on the given start and end times. If not specified and the table was modified between the given start and end times, the entire table will be scanned. The valid data types of the timestamp field are: INTEGER, DATE, TIMESTAMP, or DATETIME BigQuery column. For Datastore. Valid data types of the timestamp field are: TIMESTAMP. Datastore entity will be scanned if the timestamp property does not exist or its value is empty or invalid. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#name DataLossPreventionJobTrigger#name}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampField - Throws:
NullPointerException- if any required attribute was not provided
-
-