Class DocumentAiWarehouseDocumentSchema.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.document_ai_warehouse_document_schema.DocumentAiWarehouseDocumentSchema.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DocumentAiWarehouseDocumentSchema>
- Enclosing class:
- DocumentAiWarehouseDocumentSchema
@Stability(Stable) public static final class DocumentAiWarehouseDocumentSchema.Builder extends Object implements software.amazon.jsii.Builder<DocumentAiWarehouseDocumentSchema>
A fluent builder forDocumentAiWarehouseDocumentSchema.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentAiWarehouseDocumentSchemabuild()DocumentAiWarehouseDocumentSchema.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DocumentAiWarehouseDocumentSchema.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DocumentAiWarehouseDocumentSchema.Buildercount(com.hashicorp.cdktf.TerraformCount count)DocumentAiWarehouseDocumentSchema.Buildercount(Number count)static DocumentAiWarehouseDocumentSchema.Buildercreate(software.constructs.Construct scope, String id)DocumentAiWarehouseDocumentSchema.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DocumentAiWarehouseDocumentSchema.BuilderdisplayName(String displayName)Name of the schema given by the user.DocumentAiWarehouseDocumentSchema.BuilderdocumentIsFolder(com.hashicorp.cdktf.IResolvable documentIsFolder)Tells whether the document is a folder or a typical document.DocumentAiWarehouseDocumentSchema.BuilderdocumentIsFolder(Boolean documentIsFolder)Tells whether the document is a folder or a typical document.DocumentAiWarehouseDocumentSchema.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)DocumentAiWarehouseDocumentSchema.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#id DocumentAiWarehouseDocumentSchema#id}.DocumentAiWarehouseDocumentSchema.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DocumentAiWarehouseDocumentSchema.Builderlocation(String location)The location of the resource.DocumentAiWarehouseDocumentSchema.BuilderprojectNumber(String projectNumber)The unique identifier of the project.DocumentAiWarehouseDocumentSchema.BuilderpropertyDefinitions(com.hashicorp.cdktf.IResolvable propertyDefinitions)property_definitions block.DocumentAiWarehouseDocumentSchema.BuilderpropertyDefinitions(List<? extends DocumentAiWarehouseDocumentSchemaPropertyDefinitions> propertyDefinitions)property_definitions block.DocumentAiWarehouseDocumentSchema.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)DocumentAiWarehouseDocumentSchema.Builderprovisioners(List<? extends Object> provisioners)DocumentAiWarehouseDocumentSchema.Buildertimeouts(DocumentAiWarehouseDocumentSchemaTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static DocumentAiWarehouseDocumentSchema.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
DocumentAiWarehouseDocumentSchema.Builder.
-
connection
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public DocumentAiWarehouseDocumentSchema.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
displayName
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder displayName(String displayName)
Name of the schema given by the user.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#display_name DocumentAiWarehouseDocumentSchema#display_name}
- Parameters:
displayName- Name of the schema given by the user. This parameter is required.- Returns:
this
-
location
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder location(String location)
The location of the resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#location DocumentAiWarehouseDocumentSchema#location}
- Parameters:
location- The location of the resource. This parameter is required.- Returns:
this
-
projectNumber
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder projectNumber(String projectNumber)
The unique identifier of the project.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#project_number DocumentAiWarehouseDocumentSchema#project_number}
- Parameters:
projectNumber- The unique identifier of the project. This parameter is required.- Returns:
this
-
propertyDefinitions
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder propertyDefinitions(com.hashicorp.cdktf.IResolvable propertyDefinitions)
property_definitions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#property_definitions DocumentAiWarehouseDocumentSchema#property_definitions}
- Parameters:
propertyDefinitions- property_definitions block. This parameter is required.- Returns:
this
-
propertyDefinitions
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder propertyDefinitions(List<? extends DocumentAiWarehouseDocumentSchemaPropertyDefinitions> propertyDefinitions)
property_definitions block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#property_definitions DocumentAiWarehouseDocumentSchema#property_definitions}
- Parameters:
propertyDefinitions- property_definitions block. This parameter is required.- Returns:
this
-
documentIsFolder
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder documentIsFolder(Boolean documentIsFolder)
Tells whether the document is a folder or a typical document.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#document_is_folder DocumentAiWarehouseDocumentSchema#document_is_folder}
- Parameters:
documentIsFolder- Tells whether the document is a folder or a typical document. This parameter is required.- Returns:
this
-
documentIsFolder
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder documentIsFolder(com.hashicorp.cdktf.IResolvable documentIsFolder)
Tells whether the document is a folder or a typical document.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#document_is_folder DocumentAiWarehouseDocumentSchema#document_is_folder}
- Parameters:
documentIsFolder- Tells whether the document is a folder or a typical document. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#id DocumentAiWarehouseDocumentSchema#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#id DocumentAiWarehouseDocumentSchema#id}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public DocumentAiWarehouseDocumentSchema.Builder timeouts(DocumentAiWarehouseDocumentSchemaTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/document_ai_warehouse_document_schema#timeouts DocumentAiWarehouseDocumentSchema#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DocumentAiWarehouseDocumentSchema build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DocumentAiWarehouseDocumentSchema>- Returns:
- a newly built instance of
DocumentAiWarehouseDocumentSchema.
-
-