Interface CreateJobTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateJobTemplateRequest.Builder,CreateJobTemplateRequest>
,MediaConvertRequest.Builder
,SdkBuilder<CreateJobTemplateRequest.Builder,CreateJobTemplateRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- CreateJobTemplateRequest
public static interface CreateJobTemplateRequest.Builder extends MediaConvertRequest.Builder, SdkPojo, CopyableBuilder<CreateJobTemplateRequest.Builder,CreateJobTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateJobTemplateRequest.Builder
accelerationSettings(Consumer<AccelerationSettings.Builder> accelerationSettings)
Accelerated transcoding can significantly speed up jobs with long, visually complex content.CreateJobTemplateRequest.Builder
accelerationSettings(AccelerationSettings accelerationSettings)
Accelerated transcoding can significantly speed up jobs with long, visually complex content.CreateJobTemplateRequest.Builder
category(String category)
Optional.CreateJobTemplateRequest.Builder
description(String description)
Optional.CreateJobTemplateRequest.Builder
hopDestinations(Collection<HopDestination> hopDestinations)
Optional.CreateJobTemplateRequest.Builder
hopDestinations(Consumer<HopDestination.Builder>... hopDestinations)
Optional.CreateJobTemplateRequest.Builder
hopDestinations(HopDestination... hopDestinations)
Optional.CreateJobTemplateRequest.Builder
name(String name)
The name of the job template you are creating.CreateJobTemplateRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
CreateJobTemplateRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
CreateJobTemplateRequest.Builder
priority(Integer priority)
Specify the relative priority for this job.CreateJobTemplateRequest.Builder
queue(String queue)
Optional.default CreateJobTemplateRequest.Builder
settings(Consumer<JobTemplateSettings.Builder> settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.CreateJobTemplateRequest.Builder
settings(JobTemplateSettings settings)
JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.CreateJobTemplateRequest.Builder
statusUpdateInterval(String statusUpdateInterval)
Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events.CreateJobTemplateRequest.Builder
statusUpdateInterval(StatusUpdateInterval statusUpdateInterval)
Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events.CreateJobTemplateRequest.Builder
tags(Map<String,String> tags)
The tags that you want to add to the resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.mediaconvert.model.MediaConvertRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accelerationSettings
CreateJobTemplateRequest.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 CreateJobTemplateRequest.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 theAccelerationSettings.Builder
avoiding the need to create one manually viaAccelerationSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccelerationSettings(AccelerationSettings)
.- Parameters:
accelerationSettings
- a consumer that will call methods onAccelerationSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accelerationSettings(AccelerationSettings)
-
category
CreateJobTemplateRequest.Builder category(String category)
Optional. A category for the job template you are creating- Parameters:
category
- Optional. A category for the job template you are creating- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateJobTemplateRequest.Builder description(String description)
Optional. A description of the job template you are creating.- Parameters:
description
- Optional. A description of the job template you are creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hopDestinations
CreateJobTemplateRequest.Builder hopDestinations(Collection<HopDestination> hopDestinations)
Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.- Parameters:
hopDestinations
- Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hopDestinations
CreateJobTemplateRequest.Builder hopDestinations(HopDestination... hopDestinations)
Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.- Parameters:
hopDestinations
- Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hopDestinations
CreateJobTemplateRequest.Builder hopDestinations(Consumer<HopDestination.Builder>... hopDestinations)
Optional. Use queue hopping to avoid overly long waits in the backlog of the queue that you submit your job to. Specify an alternate queue and the maximum time that your job will wait in the initial queue before hopping. For more information about this feature, see the AWS Elemental MediaConvert User Guide. This is a convenience method that creates an instance of theHopDestination.Builder
avoiding the need to create one manually viaHopDestination.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#hopDestinations(List
.) - Parameters:
hopDestinations
- a consumer that will call methods onHopDestination.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#hopDestinations(java.util.Collection
)
-
name
CreateJobTemplateRequest.Builder name(String name)
The name of the job template you are creating.- Parameters:
name
- The name of the job template you are creating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
priority
CreateJobTemplateRequest.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
CreateJobTemplateRequest.Builder queue(String queue)
Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.- Parameters:
queue
- Optional. The queue that jobs created from this template are assigned to. If you don't specify this, jobs will go to the default queue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
settings
CreateJobTemplateRequest.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.
-
settings
default CreateJobTemplateRequest.Builder settings(Consumer<JobTemplateSettings.Builder> 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 theJobTemplateSettings.Builder
avoiding the need to create one manually viaJobTemplateSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosettings(JobTemplateSettings)
.- Parameters:
settings
- a consumer that will call methods onJobTemplateSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
settings(JobTemplateSettings)
-
statusUpdateInterval
CreateJobTemplateRequest.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
CreateJobTemplateRequest.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
-
tags
CreateJobTemplateRequest.Builder tags(Map<String,String> tags)
The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.- Parameters:
tags
- The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateJobTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
CreateJobTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-