Class DialogflowEntityType.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dialogflow_entity_type.DialogflowEntityType.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DialogflowEntityType>
- Enclosing class:
- DialogflowEntityType
@Stability(Stable) public static final class DialogflowEntityType.Builder extends Object implements software.amazon.jsii.Builder<DialogflowEntityType>
A fluent builder forDialogflowEntityType.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DialogflowEntityTypebuild()DialogflowEntityType.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)DialogflowEntityType.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)DialogflowEntityType.Buildercount(com.hashicorp.cdktf.TerraformCount count)DialogflowEntityType.Buildercount(Number count)static DialogflowEntityType.Buildercreate(software.constructs.Construct scope, String id)DialogflowEntityType.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)DialogflowEntityType.BuilderdisplayName(String displayName)The name of this entity type to be displayed on the console.DialogflowEntityType.BuilderenableFuzzyExtraction(com.hashicorp.cdktf.IResolvable enableFuzzyExtraction)Enables fuzzy entity extraction during classification.DialogflowEntityType.BuilderenableFuzzyExtraction(Boolean enableFuzzyExtraction)Enables fuzzy entity extraction during classification.DialogflowEntityType.Builderentities(com.hashicorp.cdktf.IResolvable entities)entities block.DialogflowEntityType.Builderentities(List<? extends DialogflowEntityTypeEntities> entities)entities block.DialogflowEntityType.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)DialogflowEntityType.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#id DialogflowEntityType#id}.DialogflowEntityType.Builderkind(String kind)Indicates the kind of entity type.DialogflowEntityType.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)DialogflowEntityType.Builderproject(String project)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#project DialogflowEntityType#project}.DialogflowEntityType.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)DialogflowEntityType.Builderprovisioners(List<? extends Object> provisioners)DialogflowEntityType.Buildertimeouts(DialogflowEntityTypeTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static DialogflowEntityType.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
DialogflowEntityType.Builder.
-
connection
@Stability(Experimental) public DialogflowEntityType.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public DialogflowEntityType.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DialogflowEntityType.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public DialogflowEntityType.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public DialogflowEntityType.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public DialogflowEntityType.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public DialogflowEntityType.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public DialogflowEntityType.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public DialogflowEntityType.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
displayName
@Stability(Stable) public DialogflowEntityType.Builder displayName(String displayName)
The name of this entity type to be displayed on the console.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#display_name DialogflowEntityType#display_name}
- Parameters:
displayName- The name of this entity type to be displayed on the console. This parameter is required.- Returns:
this
-
kind
@Stability(Stable) public DialogflowEntityType.Builder kind(String kind)
Indicates the kind of entity type.* KIND_MAP: Map entity types allow mapping of a group of synonyms to a reference value. * KIND_LIST: List entity types contain a set of entries that do not map to reference values. However, list entity types can contain references to other entity types (with or without aliases). * KIND_REGEXP: Regexp entity types allow to specify regular expressions in entries values. Possible values: ["KIND_MAP", "KIND_LIST", "KIND_REGEXP"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#kind DialogflowEntityType#kind}
- Parameters:
kind- Indicates the kind of entity type. This parameter is required.- Returns:
this
-
enableFuzzyExtraction
@Stability(Stable) public DialogflowEntityType.Builder enableFuzzyExtraction(Boolean enableFuzzyExtraction)
Enables fuzzy entity extraction during classification.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#enable_fuzzy_extraction DialogflowEntityType#enable_fuzzy_extraction}
- Parameters:
enableFuzzyExtraction- Enables fuzzy entity extraction during classification. This parameter is required.- Returns:
this
-
enableFuzzyExtraction
@Stability(Stable) public DialogflowEntityType.Builder enableFuzzyExtraction(com.hashicorp.cdktf.IResolvable enableFuzzyExtraction)
Enables fuzzy entity extraction during classification.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#enable_fuzzy_extraction DialogflowEntityType#enable_fuzzy_extraction}
- Parameters:
enableFuzzyExtraction- Enables fuzzy entity extraction during classification. This parameter is required.- Returns:
this
-
entities
@Stability(Stable) public DialogflowEntityType.Builder entities(com.hashicorp.cdktf.IResolvable entities)
entities block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#entities DialogflowEntityType#entities}
- Parameters:
entities- entities block. This parameter is required.- Returns:
this
-
entities
@Stability(Stable) public DialogflowEntityType.Builder entities(List<? extends DialogflowEntityTypeEntities> entities)
entities block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#entities DialogflowEntityType#entities}
- Parameters:
entities- entities block. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public DialogflowEntityType.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#id DialogflowEntityType#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/dialogflow_entity_type#id DialogflowEntityType#id}. This parameter is required.- Returns:
this
-
project
@Stability(Stable) public DialogflowEntityType.Builder project(String project)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#project DialogflowEntityType#project}.- Parameters:
project- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#project DialogflowEntityType#project}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public DialogflowEntityType.Builder timeouts(DialogflowEntityTypeTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dialogflow_entity_type#timeouts DialogflowEntityType#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public DialogflowEntityType build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DialogflowEntityType>- Returns:
- a newly built instance of
DialogflowEntityType.
-
-