Interface GetTransformerJobResponse.Builder

  • Method Details

    • status

      Returns the current state of the transformer job, either running, succeeded, or failed.

      Parameters:
      status - Returns the current state of the transformer job, either running, succeeded, or failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Returns the current state of the transformer job, either running, succeeded, or failed.

      Parameters:
      status - Returns the current state of the transformer job, either running, succeeded, or failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • outputFiles

      Returns the location for the output files. If the caller specified a directory for the output, then this contains the full path to the output file, including the file name generated by the service.

      Parameters:
      outputFiles - Returns the location for the output files. If the caller specified a directory for the output, then this contains the full path to the output file, including the file name generated by the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputFiles

      GetTransformerJobResponse.Builder outputFiles(S3Location... outputFiles)

      Returns the location for the output files. If the caller specified a directory for the output, then this contains the full path to the output file, including the file name generated by the service.

      Parameters:
      outputFiles - Returns the location for the output files. If the caller specified a directory for the output, then this contains the full path to the output file, including the file name generated by the service.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • outputFiles

      Returns the location for the output files. If the caller specified a directory for the output, then this contains the full path to the output file, including the file name generated by the service.

      This is a convenience method that creates an instance of the S3Location.Builder avoiding the need to create one manually via S3Location.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to outputFiles(List<S3Location>).

      Parameters:
      outputFiles - a consumer that will call methods on S3Location.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      Returns an optional error message, which gets populated when the job is not run successfully.

      Parameters:
      message - Returns an optional error message, which gets populated when the job is not run successfully.
      Returns:
      Returns a reference to this object so that method calls can be chained together.