Interface TestMappingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,B2BiRequest.Builder,Buildable,CopyableBuilder<TestMappingRequest.Builder,TestMappingRequest>,SdkBuilder<TestMappingRequest.Builder,TestMappingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- TestMappingRequest
public static interface TestMappingRequest.Builder extends B2BiRequest.Builder, SdkPojo, CopyableBuilder<TestMappingRequest.Builder,TestMappingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestMappingRequest.BuilderfileFormat(String fileFormat)Specifies that the currently supported file formats for EDI transformations areJSONandXML.TestMappingRequest.BuilderfileFormat(FileFormat fileFormat)Specifies that the currently supported file formats for EDI transformations areJSONandXML.TestMappingRequest.BuilderinputFileContent(String inputFileContent)Specify the EDI (electronic data interchange) file that is used as input for the transform.TestMappingRequest.BuildermappingTemplate(String mappingTemplate)Specifies the name of the mapping template for the transformer.TestMappingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)TestMappingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.b2bi.model.B2BiRequest.Builder
build
-
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
-
-
-
-
Method Detail
-
inputFileContent
TestMappingRequest.Builder inputFileContent(String inputFileContent)
Specify the EDI (electronic data interchange) file that is used as input for the transform.
- Parameters:
inputFileContent- Specify the EDI (electronic data interchange) file that is used as input for the transform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mappingTemplate
TestMappingRequest.Builder mappingTemplate(String mappingTemplate)
Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.
- Parameters:
mappingTemplate- Specifies the name of the mapping template for the transformer. This template is used to convert the input document into the correct set of objects.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileFormat
TestMappingRequest.Builder fileFormat(String fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSONandXML.- Parameters:
fileFormat- Specifies that the currently supported file formats for EDI transformations areJSONandXML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileFormat,FileFormat
-
fileFormat
TestMappingRequest.Builder fileFormat(FileFormat fileFormat)
Specifies that the currently supported file formats for EDI transformations are
JSONandXML.- Parameters:
fileFormat- Specifies that the currently supported file formats for EDI transformations areJSONandXML.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FileFormat,FileFormat
-
overrideConfiguration
TestMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
TestMappingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-