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