Class DataCatalogTagTemplateFieldsTypeEnumType.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_catalog_tag_template.DataCatalogTagTemplateFieldsTypeEnumType.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataCatalogTagTemplateFieldsTypeEnumType>
- Enclosing interface:
- DataCatalogTagTemplateFieldsTypeEnumType
@Stability(Stable) public static final class DataCatalogTagTemplateFieldsTypeEnumType.Builder extends Object implements software.amazon.jsii.Builder<DataCatalogTagTemplateFieldsTypeEnumType>
A builder forDataCatalogTagTemplateFieldsTypeEnumType
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCatalogTagTemplateFieldsTypeEnumType.BuilderallowedValues(com.hashicorp.cdktf.IResolvable allowedValues)Sets the value ofDataCatalogTagTemplateFieldsTypeEnumType.getAllowedValues()DataCatalogTagTemplateFieldsTypeEnumType.BuilderallowedValues(List<? extends DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues> allowedValues)Sets the value ofDataCatalogTagTemplateFieldsTypeEnumType.getAllowedValues()DataCatalogTagTemplateFieldsTypeEnumTypebuild()Builds the configured instance.
-
-
-
Method Detail
-
allowedValues
@Stability(Stable) public DataCatalogTagTemplateFieldsTypeEnumType.Builder allowedValues(com.hashicorp.cdktf.IResolvable allowedValues)
Sets the value ofDataCatalogTagTemplateFieldsTypeEnumType.getAllowedValues()- Parameters:
allowedValues- allowed_values block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#allowed_values DataCatalogTagTemplate#allowed_values}- Returns:
this
-
allowedValues
@Stability(Stable) public DataCatalogTagTemplateFieldsTypeEnumType.Builder allowedValues(List<? extends DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues> allowedValues)
Sets the value ofDataCatalogTagTemplateFieldsTypeEnumType.getAllowedValues()- Parameters:
allowedValues- allowed_values block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag_template#allowed_values DataCatalogTagTemplate#allowed_values}- Returns:
this
-
build
@Stability(Stable) public DataCatalogTagTemplateFieldsTypeEnumType build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataCatalogTagTemplateFieldsTypeEnumType>- Returns:
- a new instance of
DataCatalogTagTemplateFieldsTypeEnumType - Throws:
NullPointerException- if any required attribute was not provided
-
-