Class DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTablebuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.BuilderdatasetId(String datasetId)DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.BuilderprojectId(String projectId)DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.BuildertableId(String tableId)
-
-
-
Method Detail
-
datasetId
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder datasetId(String datasetId)
Sets the value ofDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.getDatasetId()- Parameters:
datasetId- Dataset ID of the table. 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#dataset_id DataLossPreventionJobTrigger#dataset_id}- Returns:
this
-
projectId
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder projectId(String projectId)
Sets the value ofDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.getProjectId()- Parameters:
projectId- The Google Cloud Platform project ID of the project containing the table. 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#project_id DataLossPreventionJobTrigger#project_id}- Returns:
this
-
tableId
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.Builder tableId(String tableId)
Sets the value ofDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable.getTableId()- Parameters:
tableId- Name of the table. If is not set a new one will be generated for you with the following format: 'dlp_googleapis_yyyy_mm_dd_[dlp_job_id]'. Pacific timezone will be used for generating the date details. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#table_id DataLossPreventionJobTrigger#table_id}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable - Throws:
NullPointerException- if any required attribute was not provided
-
-