Interface TestParsingResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,B2BiResponse.Builder,Buildable,CopyableBuilder<TestParsingResponse.Builder,TestParsingResponse>,SdkBuilder<TestParsingResponse.Builder,TestParsingResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- TestParsingResponse
public static interface TestParsingResponse.Builder extends B2BiResponse.Builder, SdkPojo, CopyableBuilder<TestParsingResponse.Builder,TestParsingResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestParsingResponse.BuilderparsedFileContent(String parsedFileContent)Returns the contents of the input file being tested, parsed according to the specified EDI (electronic data interchange) type.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
parsedFileContent
TestParsingResponse.Builder parsedFileContent(String 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.
-
-