Interface CreateJobResponse.Builder

    • Method Detail

      • job

        CreateJobResponse.Builder job​(Job job)
        Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
        Parameters:
        job - Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • job

        default CreateJobResponse.Builder job​(Consumer<Job.Builder> job)
        Each job converts an input file into an output file or files. For more information, see the User Guide at https://docs.aws.amazon.com/mediaconvert/latest/ug/what-is.html This is a convenience method that creates an instance of the Job.Builder avoiding the need to create one manually via Job.builder().

        When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to job(Job).

        Parameters:
        job - a consumer that will call methods on Job.Builder
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        job(Job)