Interface UpdateJobTemplateRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UpdateJobTemplateRequest.Builder,UpdateJobTemplateRequest>, MediaConvertRequest.Builder, SdkBuilder<UpdateJobTemplateRequest.Builder,UpdateJobTemplateRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UpdateJobTemplateRequest

public static interface UpdateJobTemplateRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<UpdateJobTemplateRequest.Builder,UpdateJobTemplateRequest>
  • Method Details

    • 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.
    • accelerationSettings

      default UpdateJobTemplateRequest.Builder accelerationSettings(Consumer<AccelerationSettings.Builder> 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. This is a convenience method that creates an instance of the AccelerationSettings.Builder avoiding the need to create one manually via AccelerationSettings.builder().

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

      Parameters:
      accelerationSettings - a consumer that will call methods on AccelerationSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.
    • hopDestinations

      Optional list of hop destinations. This is a convenience method that creates an instance of the HopDestination.Builder avoiding the need to create one manually via HopDestination.builder().

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

      Parameters:
      hopDestinations - a consumer that will call methods on HopDestination.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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

      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

      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.
    • settings

      JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it. This is a convenience method that creates an instance of the JobTemplateSettings.Builder avoiding the need to create one manually via JobTemplateSettings.builder().

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

      Parameters:
      settings - a consumer that will call methods on JobTemplateSettings.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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:
    • overrideConfiguration

      UpdateJobTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.