Class DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.document_ai_warehouse_document_schema.DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources>
- Enclosing interface:
- DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources
@Stability(Stable) public static final class DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder extends Object implements software.amazon.jsii.Builder<DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSourcesbuild()Builds the configured instance.DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Buildername(String name)DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.BuilderprocessorType(String processorType)
-
-
-
Method Detail
-
name
@Stability(Stable) public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder name(String name)
- Parameters:
name- 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}- Returns:
this
-
processorType
@Stability(Stable) public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.Builder processorType(String processorType)
Sets the value ofDocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources.getProcessorType()- Parameters:
processorType- 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}- Returns:
this
-
build
@Stability(Stable) public DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources>- Returns:
- a new instance of
DocumentAiWarehouseDocumentSchemaPropertyDefinitionsSchemaSources - Throws:
NullPointerException- if any required attribute was not provided
-
-