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 Details

    • inputFileContent

      TestMappingRequest.Builder inputFileContent(String inputFileContent)

      Specify the contents of the EDI (electronic data interchange) XML or JSON file that is used as input for the transform.

      Parameters:
      inputFileContent - Specify the contents of the EDI (electronic data interchange) XML or JSON 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 mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.

      Parameters:
      mappingTemplate - Specifies the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
      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 JSON and XML.

      Parameters:
      fileFormat - Specifies that the currently supported file formats for EDI transformations are JSON and XML.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • fileFormat

      TestMappingRequest.Builder fileFormat(FileFormat fileFormat)

      Specifies that the currently supported file formats for EDI transformations are JSON and XML.

      Parameters:
      fileFormat - Specifies that the currently supported file formats for EDI transformations are JSON and XML.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      TestMappingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.