Interface TestConversionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,B2BiResponse.Builder
,Buildable
,CopyableBuilder<TestConversionResponse.Builder,
,TestConversionResponse> SdkBuilder<TestConversionResponse.Builder,
,TestConversionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
TestConversionResponse
-
Method Summary
Modifier and TypeMethodDescriptionconvertedFileContent
(String convertedFileContent) Returns the converted file content.validationMessages
(String... validationMessages) Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process.validationMessages
(Collection<String> validationMessages) Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process.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
-
convertedFileContent
Returns the converted file content.
- Parameters:
convertedFileContent
- Returns the converted file content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationMessages
Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.
- Parameters:
validationMessages
- Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationMessages
Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.
- Parameters:
validationMessages
- Returns an array of validation messages that Amazon Web Services B2B Data Interchange generates during the conversion process. These messages include both standard EDI validation results and custom validation messages when custom validation rules are configured. Custom validation messages provide detailed feedback on element length constraints, code list validations, and element requirement checks applied during the outbound EDI generation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-