Interface UpdateJobTemplateRequest.Builder

    • Method Detail

      • accelerationSettings

        UpdateJobTemplateRequest.Builder accelerationSettings​(AccelerationSettings accelerationSettings)
        Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
        Parameters:
        accelerationSettings - Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • category

        UpdateJobTemplateRequest.Builder category​(String category)
        The new category for the job template, if you are changing it.
        Parameters:
        category - The new category for the job template, if you are changing it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateJobTemplateRequest.Builder description​(String description)
        The new description for the job template, if you are changing it.
        Parameters:
        description - The new description for the job template, if you are changing it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hopDestinations

        UpdateJobTemplateRequest.Builder hopDestinations​(Collection<HopDestination> hopDestinations)
        Optional list of hop destinations.
        Parameters:
        hopDestinations - Optional list of hop destinations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hopDestinations

        UpdateJobTemplateRequest.Builder hopDestinations​(HopDestination... hopDestinations)
        Optional list of hop destinations.
        Parameters:
        hopDestinations - Optional list of hop destinations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateJobTemplateRequest.Builder name​(String name)
        The name of the job template you are modifying
        Parameters:
        name - The name of the job template you are modifying
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • priority

        UpdateJobTemplateRequest.Builder priority​(Integer priority)
        Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
        Parameters:
        priority - Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queue

        UpdateJobTemplateRequest.Builder queue​(String queue)
        The new queue for the job template, if you are changing it.
        Parameters:
        queue - The new queue for the job template, if you are changing it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • settings

        UpdateJobTemplateRequest.Builder settings​(JobTemplateSettings settings)
        JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
        Parameters:
        settings - JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statusUpdateInterval

        UpdateJobTemplateRequest.Builder statusUpdateInterval​(String statusUpdateInterval)
        Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
        Parameters:
        statusUpdateInterval - Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusUpdateInterval, StatusUpdateInterval
      • statusUpdateInterval

        UpdateJobTemplateRequest.Builder statusUpdateInterval​(StatusUpdateInterval statusUpdateInterval)
        Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
        Parameters:
        statusUpdateInterval - Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusUpdateInterval, StatusUpdateInterval