Interface TestMappingResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,B2BiResponse.Builder,Buildable,CopyableBuilder<TestMappingResponse.Builder,,TestMappingResponse> SdkBuilder<TestMappingResponse.Builder,,TestMappingResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 TestMappingResponse
public static interface TestMappingResponse.Builder
extends B2BiResponse.Builder, SdkPojo, CopyableBuilder<TestMappingResponse.Builder,TestMappingResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionmappedFileContent(String mappedFileContent) Returns a string for the mapping that can be used to identify the mapping.Methods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
mappedFileContent
Returns a string for the mapping that can be used to identify the mapping. Similar to a fingerprint
- Parameters:
 mappedFileContent- Returns a string for the mapping that can be used to identify the mapping. Similar to a fingerprint- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -