Interface TestParsingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,B2BiResponse.Builder
,Buildable
,CopyableBuilder<TestParsingResponse.Builder,
,TestParsingResponse> SdkBuilder<TestParsingResponse.Builder,
,TestParsingResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
TestParsingResponse
-
Method Summary
Modifier and TypeMethodDescriptionparsedFileContent
(String parsedFileContent) Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.parsedSplitFileContents
(String... parsedSplitFileContents) Returns an array of parsed file contents when the input file is split according to the specified split options.parsedSplitFileContents
(Collection<String> parsedSplitFileContents) Returns an array of parsed file contents when the input file is split according to the specified split options.validationMessages
(String... validationMessages) Returns an array of validation messages generated during EDI validation.validationMessages
(Collection<String> validationMessages) Returns an array of validation messages generated during EDI validation.Methods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
parsedFileContent
Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.
- Parameters:
parsedFileContent
- Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parsedSplitFileContents
Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.
- Parameters:
parsedSplitFileContents
- Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parsedSplitFileContents
Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.
- Parameters:
parsedSplitFileContents
- Returns an array of parsed file contents when the input file is split according to the specified split options. Each element in the array represents a separate split file's parsed content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationMessages
Returns an array of validation messages generated during EDI validation. These messages provide detailed information about validation errors, warnings, or confirmations based on the configured X12 validation rules such as element length constraints, code list validations, and element requirement checks. This field is populated when the
TestParsing
API validates EDI documents.- Parameters:
validationMessages
- Returns an array of validation messages generated during EDI validation. These messages provide detailed information about validation errors, warnings, or confirmations based on the configured X12 validation rules such as element length constraints, code list validations, and element requirement checks. This field is populated when theTestParsing
API validates EDI documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationMessages
Returns an array of validation messages generated during EDI validation. These messages provide detailed information about validation errors, warnings, or confirmations based on the configured X12 validation rules such as element length constraints, code list validations, and element requirement checks. This field is populated when the
TestParsing
API validates EDI documents.- Parameters:
validationMessages
- Returns an array of validation messages generated during EDI validation. These messages provide detailed information about validation errors, warnings, or confirmations based on the configured X12 validation rules such as element length constraints, code list validations, and element requirement checks. This field is populated when theTestParsing
API validates EDI documents.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-