Class StartTransformerJobRequest

    • Method Detail

      • inputFile

        public final S3Location inputFile()

        Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.

        Returns:
        Specifies the location of the input file for the transformation. The location consists of an Amazon S3 bucket and prefix.
      • outputLocation

        public final S3Location outputLocation()

        Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.

        Returns:
        Specifies the location of the output file for the transformation. The location consists of an Amazon S3 bucket and prefix.
      • transformerId

        public final String transformerId()

        Specifies the system-assigned unique identifier for the transformer.

        Returns:
        Specifies the system-assigned unique identifier for the transformer.
      • clientToken

        public final String clientToken()

        Reserved for future use.

        Returns:
        Reserved for future use.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object