Interface GenerateMappingRequest.Builder

  • Method Details

    • inputFileContent

      GenerateMappingRequest.Builder inputFileContent(String inputFileContent)

      Provide the contents of a sample X12 EDI file (for inbound EDI) or JSON/XML file (for outbound EDI) to use as a starting point for the mapping.

      Parameters:
      inputFileContent - Provide the contents of a sample X12 EDI file (for inbound EDI) or JSON/XML file (for outbound EDI) to use as a starting point for the mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputFileContent

      GenerateMappingRequest.Builder outputFileContent(String outputFileContent)

      Provide the contents of a sample X12 EDI file (for outbound EDI) or JSON/XML file (for inbound EDI) to use as a target for the mapping.

      Parameters:
      outputFileContent - Provide the contents of a sample X12 EDI file (for outbound EDI) or JSON/XML file (for inbound EDI) to use as a target for the mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mappingType

      GenerateMappingRequest.Builder mappingType(String mappingType)

      Specify the mapping type: either JSONATA or XSLT.

      Parameters:
      mappingType - Specify the mapping type: either JSONATA or XSLT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mappingType

      GenerateMappingRequest.Builder mappingType(MappingType mappingType)

      Specify the mapping type: either JSONATA or XSLT.

      Parameters:
      mappingType - Specify the mapping type: either JSONATA or XSLT.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      GenerateMappingRequest.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.