Class JobInputSequence
java.lang.Object
com.azure.resourcemanager.mediaservices.models.JobInput
com.azure.resourcemanager.mediaservices.models.JobInputSequence
A Sequence contains an ordered list of Clips where each clip is a JobInput. The Sequence will be treated as a single
input.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninputs()
Get the inputs property: JobInputs that make up the timeline.void
validate()
Validates the instance.withInputs
(List<JobInputClip> inputs) Set the inputs property: JobInputs that make up the timeline.
-
Constructor Details
-
JobInputSequence
public JobInputSequence()Creates an instance of JobInputSequence class.
-
-
Method Details
-
inputs
Get the inputs property: JobInputs that make up the timeline.- Returns:
- the inputs value.
-
withInputs
Set the inputs property: JobInputs that make up the timeline.- Parameters:
inputs
- the inputs value to set.- Returns:
- the JobInputSequence object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classJobInput
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-