Interface EdiConfiguration.Builder

    • Method Detail

      • type

        EdiConfiguration.Builder type​(EdiType type)

        Returns the type of the capability. Currently, only edi is supported.

        Parameters:
        type - Returns the type of the capability. Currently, only edi is supported.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputLocation

        EdiConfiguration.Builder inputLocation​(S3Location inputLocation)

        Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an S3Location object.

        Parameters:
        inputLocation - Contains the Amazon S3 bucket and prefix for the location of the input file, which is contained in an S3Location object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • outputLocation

        EdiConfiguration.Builder outputLocation​(S3Location outputLocation)

        Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an S3Location object.

        Parameters:
        outputLocation - Contains the Amazon S3 bucket and prefix for the location of the output file, which is contained in an S3Location object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transformerId

        EdiConfiguration.Builder transformerId​(String transformerId)

        Returns the system-assigned unique identifier for the transformer.

        Parameters:
        transformerId - Returns the system-assigned unique identifier for the transformer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.