Package com.pulumi.gcp.dataloss.inputs
Class PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataloss.inputs.PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs.Builder
-
public static final class PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs
build()
PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs.Builder
name(com.pulumi.core.Output<java.lang.String> name)
PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs.Builder
name(java.lang.String name)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs defaults)
-
-
Method Detail
-
name
public PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs.Builder name(com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. 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.- Returns:
- builder
-
name
public PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs.Builder name(java.lang.String name)
- Parameters:
name
- Specification of the field containing the timestamp of scanned items. Used for data sources like Datastore and BigQuery. 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.- Returns:
- builder
-
build
public PreventionJobTriggerInspectJobStorageConfigTimespanConfigTimestampFieldArgs build()
-
-