Interface TestConversionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,B2BiResponse.Builder
,Buildable
,CopyableBuilder<TestConversionResponse.Builder,
,TestConversionResponse> SdkBuilder<TestConversionResponse.Builder,
,TestConversionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
TestConversionResponse
@Mutable
@NotThreadSafe
public static interface TestConversionResponse.Builder
extends B2BiResponse.Builder, SdkPojo, CopyableBuilder<TestConversionResponse.Builder,TestConversionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionconvertedFileContent
(String convertedFileContent) Returns the converted file content.validationMessages
(String... validationMessages) Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.validationMessages
(Collection<String> validationMessages) Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.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 strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.
- Parameters:
validationMessages
- Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationMessages
Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.
- Parameters:
validationMessages
- Returns an array of strings, each containing a message that Amazon Web Services B2B Data Interchange generates during the conversion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-