Interface HealthcareHl7V2StoreParserConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HealthcareHl7V2StoreParserConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.538Z") @Stability(Stable) public interface HealthcareHl7V2StoreParserConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareHl7V2StoreParserConfig.BuilderA builder forHealthcareHl7V2StoreParserConfigstatic classHealthcareHl7V2StoreParserConfig.Jsii$ProxyAn implementation forHealthcareHl7V2StoreParserConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static HealthcareHl7V2StoreParserConfig.Builderbuilder()default ObjectgetAllowNullHeader()Determines whether messages with no header are allowed.default StringgetSchema()JSON encoded string for schemas used to parse messages in this store if schematized parsing is desired.default StringgetSegmentTerminator()Byte(s) to be used as the segment terminator.default StringgetVersion()The version of the unschematized parser to be used when a custom 'schema' is not set.
-
-
-
Method Detail
-
getAllowNullHeader
@Stability(Stable) @Nullable default Object getAllowNullHeader()
Determines whether messages with no header are allowed.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#allow_null_header HealthcareHl7V2Store#allow_null_header}
-
getSchema
@Stability(Stable) @Nullable default String getSchema()
JSON encoded string for schemas used to parse messages in this store if schematized parsing is desired.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#schema HealthcareHl7V2Store#schema}
-
getSegmentTerminator
@Stability(Stable) @Nullable default String getSegmentTerminator()
Byte(s) to be used as the segment terminator. If this is unset, '\r' will be used as segment terminator.A base64-encoded string. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#segment_terminator HealthcareHl7V2Store#segment_terminator}
-
getVersion
@Stability(Stable) @Nullable default String getVersion()
The version of the unschematized parser to be used when a custom 'schema' is not set.Default value: "V1" Possible values: ["V1", "V2", "V3"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_hl7_v2_store#version HealthcareHl7V2Store#version}
-
builder
@Stability(Stable) static HealthcareHl7V2StoreParserConfig.Builder builder()
-
-