Class HealthcareHl7V2Store.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.healthcare_hl7_v2_store.HealthcareHl7V2Store.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<HealthcareHl7V2Store>
- Enclosing class:
- HealthcareHl7V2Store
@Stability(Stable) public static final class HealthcareHl7V2Store.Builder extends Object implements software.amazon.jsii.Builder<HealthcareHl7V2Store>
A fluent builder forHealthcareHl7V2Store.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HealthcareHl7V2Storebuild()HealthcareHl7V2Store.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)HealthcareHl7V2Store.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)HealthcareHl7V2Store.Buildercount(com.hashicorp.cdktf.TerraformCount count)HealthcareHl7V2Store.Buildercount(Number count)static HealthcareHl7V2Store.Buildercreate(software.constructs.Construct scope, String id)HealthcareHl7V2Store.Builderdataset(String dataset)Identifies the dataset addressed by this request.HealthcareHl7V2Store.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)HealthcareHl7V2Store.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)HealthcareHl7V2Store.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#id HealthcareHl7V2Store#id}.HealthcareHl7V2Store.Builderlabels(Map<String,String> labels)User-supplied key-value pairs used to organize HL7v2 stores.HealthcareHl7V2Store.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)HealthcareHl7V2Store.Buildername(String name)The resource name for the Hl7V2Store.HealthcareHl7V2Store.BuildernotificationConfig(HealthcareHl7V2StoreNotificationConfig notificationConfig)notification_config block.HealthcareHl7V2Store.BuildernotificationConfigs(com.hashicorp.cdktf.IResolvable notificationConfigs)notification_configs block.HealthcareHl7V2Store.BuildernotificationConfigs(List<? extends HealthcareHl7V2StoreNotificationConfigs> notificationConfigs)notification_configs block.HealthcareHl7V2Store.BuilderparserConfig(HealthcareHl7V2StoreParserConfig parserConfig)parser_config block.HealthcareHl7V2Store.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)HealthcareHl7V2Store.Builderprovisioners(List<? extends Object> provisioners)HealthcareHl7V2Store.BuilderrejectDuplicateMessage(com.hashicorp.cdktf.IResolvable rejectDuplicateMessage)Determines whether duplicate messages are allowed.HealthcareHl7V2Store.BuilderrejectDuplicateMessage(Boolean rejectDuplicateMessage)Determines whether duplicate messages are allowed.HealthcareHl7V2Store.Buildertimeouts(HealthcareHl7V2StoreTimeouts timeouts)timeouts block.
-
-
-
Method Detail
-
create
@Stability(Stable) public static HealthcareHl7V2Store.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
HealthcareHl7V2Store.Builder.
-
connection
@Stability(Experimental) public HealthcareHl7V2Store.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public HealthcareHl7V2Store.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public HealthcareHl7V2Store.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public HealthcareHl7V2Store.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public HealthcareHl7V2Store.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public HealthcareHl7V2Store.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public HealthcareHl7V2Store.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public HealthcareHl7V2Store.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public HealthcareHl7V2Store.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
dataset
@Stability(Stable) public HealthcareHl7V2Store.Builder dataset(String dataset)
Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#dataset HealthcareHl7V2Store#dataset}
- Parameters:
dataset- Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public HealthcareHl7V2Store.Builder name(String name)
The resource name for the Hl7V2Store.** Changing this property may recreate the Hl7v2 store (removing all data) ** Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#name HealthcareHl7V2Store#name}
- Parameters:
name- The resource name for the Hl7V2Store. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public HealthcareHl7V2Store.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#id HealthcareHl7V2Store#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/healthcare_hl7_v2_store#id HealthcareHl7V2Store#id}. This parameter is required.- Returns:
this
-
labels
@Stability(Stable) public HealthcareHl7V2Store.Builder labels(Map<String,String> labels)
User-supplied key-value pairs used to organize HL7v2 stores.Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#labels HealthcareHl7V2Store#labels}
- Parameters:
labels- User-supplied key-value pairs used to organize HL7v2 stores. This parameter is required.- Returns:
this
-
notificationConfig
@Stability(Stable) public HealthcareHl7V2Store.Builder notificationConfig(HealthcareHl7V2StoreNotificationConfig notificationConfig)
notification_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#notification_config HealthcareHl7V2Store#notification_config}
- Parameters:
notificationConfig- notification_config block. This parameter is required.- Returns:
this
-
notificationConfigs
@Stability(Stable) public HealthcareHl7V2Store.Builder notificationConfigs(com.hashicorp.cdktf.IResolvable notificationConfigs)
notification_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#notification_configs HealthcareHl7V2Store#notification_configs}
- Parameters:
notificationConfigs- notification_configs block. This parameter is required.- Returns:
this
-
notificationConfigs
@Stability(Stable) public HealthcareHl7V2Store.Builder notificationConfigs(List<? extends HealthcareHl7V2StoreNotificationConfigs> notificationConfigs)
notification_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#notification_configs HealthcareHl7V2Store#notification_configs}
- Parameters:
notificationConfigs- notification_configs block. This parameter is required.- Returns:
this
-
parserConfig
@Stability(Stable) public HealthcareHl7V2Store.Builder parserConfig(HealthcareHl7V2StoreParserConfig parserConfig)
parser_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#parser_config HealthcareHl7V2Store#parser_config}
- Parameters:
parserConfig- parser_config block. This parameter is required.- Returns:
this
-
rejectDuplicateMessage
@Stability(Stable) public HealthcareHl7V2Store.Builder rejectDuplicateMessage(Boolean rejectDuplicateMessage)
Determines whether duplicate messages are allowed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#reject_duplicate_message HealthcareHl7V2Store#reject_duplicate_message}
- Parameters:
rejectDuplicateMessage- Determines whether duplicate messages are allowed. This parameter is required.- Returns:
this
-
rejectDuplicateMessage
@Stability(Stable) public HealthcareHl7V2Store.Builder rejectDuplicateMessage(com.hashicorp.cdktf.IResolvable rejectDuplicateMessage)
Determines whether duplicate messages are allowed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#reject_duplicate_message HealthcareHl7V2Store#reject_duplicate_message}
- Parameters:
rejectDuplicateMessage- Determines whether duplicate messages are allowed. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public HealthcareHl7V2Store.Builder timeouts(HealthcareHl7V2StoreTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#timeouts HealthcareHl7V2Store#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public HealthcareHl7V2Store build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<HealthcareHl7V2Store>- Returns:
- a newly built instance of
HealthcareHl7V2Store.
-
-