Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.JobEngineVersion.Builder
-
Packages that use JobEngineVersion.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of JobEngineVersion.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return JobEngineVersion.Builder Modifier and Type Method Description static JobEngineVersion.BuilderJobEngineVersion. builder()JobEngineVersion.BuilderJobEngineVersion.Builder. expirationDate(Instant expirationDate)The date that this Job engine version expires.JobEngineVersion.BuilderJobEngineVersion. toBuilder()JobEngineVersion.BuilderJobEngineVersion.Builder. version(String version)Use Job engine versions to run jobs for your production workflow on one version, while you test and validate the latest version.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type JobEngineVersion.Builder Modifier and Type Method Description static Class<? extends JobEngineVersion.Builder>JobEngineVersion. serializableBuilderClass()
-