Interface TestMappingResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,B2BiResponse.Builder
,Buildable
,CopyableBuilder<TestMappingResponse.Builder,
,TestMappingResponse> SdkBuilder<TestMappingResponse.Builder,
,TestMappingResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
TestMappingResponse
@Mutable
@NotThreadSafe
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, 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
-
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.
-