Class DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsExportDataProfileTable>
- Enclosing interface:
- DataLossPreventionDiscoveryConfigActionsExportDataProfileTable
@Stability(Stable) public static final class DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsExportDataProfileTable>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionDiscoveryConfigActionsExportDataProfileTablebuild()Builds the configured instance.DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.BuilderdatasetId(String datasetId)DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.BuilderprojectId(String projectId)DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.BuildertableId(String tableId)
-
-
-
Method Detail
-
datasetId
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builder datasetId(String datasetId)
- Parameters:
datasetId- Dataset Id of the table. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#dataset_id DataLossPreventionDiscoveryConfig#dataset_id}- Returns:
this
-
projectId
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builder projectId(String projectId)
- Parameters:
projectId- The Google Cloud Platform project ID of the project containing the table. If omitted, the project ID is inferred from the API call. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#project_id DataLossPreventionDiscoveryConfig#project_id}- Returns:
this
-
tableId
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsExportDataProfileTable.Builder tableId(String tableId)
- Parameters:
tableId- Name of the table. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#table_id DataLossPreventionDiscoveryConfig#table_id}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsExportDataProfileTable build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsExportDataProfileTable>- Returns:
- a new instance of
DataLossPreventionDiscoveryConfigActionsExportDataProfileTable - Throws:
NullPointerException- if any required attribute was not provided
-
-