Class HealthcareHl7V2StoreConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.healthcare_hl7_v2_store.HealthcareHl7V2StoreConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<HealthcareHl7V2StoreConfig>
- Enclosing interface:
- HealthcareHl7V2StoreConfig
@Stability(Stable) public static final class HealthcareHl7V2StoreConfig.Builder extends Object implements software.amazon.jsii.Builder<HealthcareHl7V2StoreConfig>
A builder forHealthcareHl7V2StoreConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
dataset
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder dataset(String dataset)
Sets the value ofHealthcareHl7V2StoreConfig.getDataset()- Parameters:
dataset- Identifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#dataset HealthcareHl7V2Store#dataset}- Returns:
this
-
name
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder name(String name)
Sets the value ofHealthcareHl7V2StoreConfig.getName()- Parameters:
name- The resource name for the Hl7V2Store. This parameter is required. ** 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}- Returns:
this
-
id
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder id(String id)
Sets the value ofHealthcareHl7V2StoreConfig.getId()- 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}. 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.- Returns:
this
-
labels
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder labels(Map<String,String> labels)
Sets the value ofHealthcareHl7V2StoreConfig.getLabels()- Parameters:
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}- Returns:
this
-
notificationConfig
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder notificationConfig(HealthcareHl7V2StoreNotificationConfig notificationConfig)
Sets the value ofHealthcareHl7V2StoreConfig.getNotificationConfig()- Parameters:
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}- Returns:
this
-
notificationConfigs
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder notificationConfigs(com.hashicorp.cdktf.IResolvable notificationConfigs)
Sets the value ofHealthcareHl7V2StoreConfig.getNotificationConfigs()- Parameters:
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}- Returns:
this
-
notificationConfigs
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder notificationConfigs(List<? extends HealthcareHl7V2StoreNotificationConfigs> notificationConfigs)
Sets the value ofHealthcareHl7V2StoreConfig.getNotificationConfigs()- Parameters:
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}- Returns:
this
-
parserConfig
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder parserConfig(HealthcareHl7V2StoreParserConfig parserConfig)
Sets the value ofHealthcareHl7V2StoreConfig.getParserConfig()- Parameters:
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}- Returns:
this
-
rejectDuplicateMessage
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder rejectDuplicateMessage(Boolean rejectDuplicateMessage)
Sets the value ofHealthcareHl7V2StoreConfig.getRejectDuplicateMessage()- Parameters:
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}- Returns:
this
-
rejectDuplicateMessage
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder rejectDuplicateMessage(com.hashicorp.cdktf.IResolvable rejectDuplicateMessage)
Sets the value ofHealthcareHl7V2StoreConfig.getRejectDuplicateMessage()- Parameters:
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}- Returns:
this
-
timeouts
@Stability(Stable) public HealthcareHl7V2StoreConfig.Builder timeouts(HealthcareHl7V2StoreTimeouts timeouts)
Sets the value ofHealthcareHl7V2StoreConfig.getTimeouts()- Parameters:
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}- Returns:
this
-
connection
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public HealthcareHl7V2StoreConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public HealthcareHl7V2StoreConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<HealthcareHl7V2StoreConfig>- Returns:
- a new instance of
HealthcareHl7V2StoreConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-