Class DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_catalog_tag_template.DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues>
- Enclosing interface:
- DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues
@Stability(Stable) public static final class DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues.Builder extends Object implements software.amazon.jsii.Builder<DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues>
A builder forDataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValuesbuild()Builds the configured instance.DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues.BuilderdisplayName(String displayName)Sets the value ofDataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues.getDisplayName()
-
-
-
Method Detail
-
displayName
@Stability(Stable) public DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues.Builder displayName(String displayName)
Sets the value ofDataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues.getDisplayName()- Parameters:
displayName- The display name of the enum value. 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#display_name DataCatalogTagTemplate#display_name}- Returns:
this
-
build
@Stability(Stable) public DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues>- Returns:
- a new instance of
DataCatalogTagTemplateFieldsTypeEnumTypeAllowedValues - Throws:
NullPointerException- if any required attribute was not provided
-
-