Interface DataCatalogTagFields
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataCatalogTagFields.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:19.340Z") @Stability(Stable) public interface DataCatalogTagFields extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataCatalogTagFields.BuilderA builder forDataCatalogTagFieldsstatic classDataCatalogTagFields.Jsii$ProxyAn implementation forDataCatalogTagFields
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataCatalogTagFields.Builderbuilder()default ObjectgetBoolValue()Holds the value for a tag field with boolean type.default NumbergetDoubleValue()Holds the value for a tag field with double type.default StringgetEnumValue()The display name of the enum value.StringgetFieldName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#field_name DataCatalogTag#field_name}.default StringgetStringValue()Holds the value for a tag field with string type.default StringgetTimestampValue()Holds the value for a tag field with timestamp type.
-
-
-
Method Detail
-
getFieldName
@Stability(Stable) @NotNull String getFieldName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#field_name DataCatalogTag#field_name}.
-
getBoolValue
@Stability(Stable) @Nullable default Object getBoolValue()
Holds the value for a tag field with boolean type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#bool_value DataCatalogTag#bool_value}
-
getDoubleValue
@Stability(Stable) @Nullable default Number getDoubleValue()
Holds the value for a tag field with double type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#double_value DataCatalogTag#double_value}
-
getEnumValue
@Stability(Stable) @Nullable default String getEnumValue()
The display name of the enum value.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#enum_value DataCatalogTag#enum_value}
-
getStringValue
@Stability(Stable) @Nullable default String getStringValue()
Holds the value for a tag field with string type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#string_value DataCatalogTag#string_value}
-
getTimestampValue
@Stability(Stable) @Nullable default String getTimestampValue()
Holds the value for a tag field with timestamp type.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_catalog_tag#timestamp_value DataCatalogTag#timestamp_value}
-
builder
@Stability(Stable) static DataCatalogTagFields.Builder builder()
- Returns:
- a
DataCatalogTagFields.BuilderofDataCatalogTagFields
-
-