Class DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionary>
- Enclosing interface:
- DataLossPreventionStoredInfoTypeLargeCustomDictionary
@Stability(Stable) public static final class DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionary>
A builder forDataLossPreventionStoredInfoTypeLargeCustomDictionary
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionStoredInfoTypeLargeCustomDictionary.BuilderbigQueryField(DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField bigQueryField)Sets the value ofDataLossPreventionStoredInfoTypeLargeCustomDictionary.getBigQueryField()DataLossPreventionStoredInfoTypeLargeCustomDictionarybuild()Builds the configured instance.DataLossPreventionStoredInfoTypeLargeCustomDictionary.BuildercloudStorageFileSet(DataLossPreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSet cloudStorageFileSet)DataLossPreventionStoredInfoTypeLargeCustomDictionary.BuilderoutputPath(DataLossPreventionStoredInfoTypeLargeCustomDictionaryOutputPath outputPath)Sets the value ofDataLossPreventionStoredInfoTypeLargeCustomDictionary.getOutputPath()
-
-
-
Method Detail
-
outputPath
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder outputPath(DataLossPreventionStoredInfoTypeLargeCustomDictionaryOutputPath outputPath)
Sets the value ofDataLossPreventionStoredInfoTypeLargeCustomDictionary.getOutputPath()- Parameters:
outputPath- output_path block. 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#output_path DataLossPreventionStoredInfoType#output_path}- Returns:
this
-
bigQueryField
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder bigQueryField(DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField bigQueryField)
Sets the value ofDataLossPreventionStoredInfoTypeLargeCustomDictionary.getBigQueryField()- Parameters:
bigQueryField- big_query_field block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#big_query_field DataLossPreventionStoredInfoType#big_query_field}- Returns:
this
-
cloudStorageFileSet
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionary.Builder cloudStorageFileSet(DataLossPreventionStoredInfoTypeLargeCustomDictionaryCloudStorageFileSet cloudStorageFileSet)
- Parameters:
cloudStorageFileSet- cloud_storage_file_set block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_stored_info_type#cloud_storage_file_set DataLossPreventionStoredInfoType#cloud_storage_file_set}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionary build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionary>- Returns:
- a new instance of
DataLossPreventionStoredInfoTypeLargeCustomDictionary - Throws:
NullPointerException- if any required attribute was not provided
-
-