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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestMappingResponse.BuildermappedFileContent(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
mappedFileContent
TestMappingResponse.Builder mappedFileContent(String 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.
-
-