Interface DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.123Z") @Stability(Stable) public interface DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builderstatic classDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Jsii$ProxyAn implementation forDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builderbuilder()default StringgetName()The schema name in the source.default StringgetProcessorType()The Doc AI processor type name.
-
-
-
Method Detail
-
getName
@Stability(Stable) @Nullable default String getName()
The schema name in the source.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#name DocumentAiWarehouseDocumentSchema#name}
-
getProcessorType
@Stability(Stable) @Nullable default String getProcessorType()
The Doc AI processor type name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#processor_type DocumentAiWarehouseDocumentSchema#processor_type}
-
builder
@Stability(Stable) static DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder builder()
-
-