Interface DocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.110Z") @Stability(Stable) public interface DocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptions.Builderstatic classDocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptions.Jsii$ProxyAn implementation forDocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptions.Builderbuilder()List<String>getPossibleValues()List of possible enum values.default ObjectgetValidationCheckDisabled()Make sure the enum property value provided in the document is in the possile value list during document creation.
-
-
-
Method Detail
-
getPossibleValues
@Stability(Stable) @NotNull List<String> getPossibleValues()
List of possible enum values.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#possible_values DocumentAiWarehouseDocumentSchema#possible_values}
-
getValidationCheckDisabled
@Stability(Stable) @Nullable default Object getValidationCheckDisabled()
Make sure the enum property value provided in the document is in the possile value list during document creation.The validation check runs by default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#validation_check_disabled DocumentAiWarehouseDocumentSchema#validation_check_disabled}
-
builder
@Stability(Stable) static DocumentAiWarehouseDocumentSchemaPropertyDefinitionsEnumTypeOptions.Builder builder()
-
-