Class DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_stored_info_type.DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField>
- Enclosing interface:
- DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField
@Stability(Stable) public static final class DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldbuild()Builds the configured instance.DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField.Builderfield(DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldField field)DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField.Buildertable(DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable table)
-
-
-
Method Detail
-
field
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField.Builder field(DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldField field)
- Parameters:
field- field 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#field DataLossPreventionStoredInfoType#field}- Returns:
this
-
table
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField.Builder table(DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryFieldTable table)
- Parameters:
table- table 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#table DataLossPreventionStoredInfoType#table}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField>- Returns:
- a new instance of
DataLossPreventionStoredInfoTypeLargeCustomDictionaryBigQueryField - Throws:
NullPointerException- if any required attribute was not provided
-
-