Class DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable>
- Enclosing interface:
- DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable
@Stability(Stable) public static final class DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTablebuild()Builds the configured instance.DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.BuilderdatasetId(String datasetId)DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.BuilderprojectId(String projectId)DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.BuildertableId(String tableId)
-
-
-
Method Detail
-
datasetId
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builder datasetId(String datasetId)
Sets the value ofDataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.getDatasetId()- Parameters:
datasetId- The 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_stored_info_type#dataset_id DataLossPreventionStoredInfoType#dataset_id}- Returns:
this
-
projectId
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builder projectId(String projectId)
Sets the value ofDataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.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_stored_info_type#project_id DataLossPreventionStoredInfoType#project_id}- Returns:
this
-
tableId
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.Builder tableId(String tableId)
Sets the value ofDataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable.getTableId()- Parameters:
tableId- The name 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_stored_info_type#table_id DataLossPreventionStoredInfoType#table_id}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable>- Returns:
- a new instance of
DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable - Throws:
NullPointerException- if any required attribute was not provided
-
-