Uses of Interface
software.amazon.awssdk.services.mediaconvert.model.WarningGroup.Builder
-
Packages that use WarningGroup.Builder Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of WarningGroup.Builder in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return WarningGroup.Builder Modifier and Type Method Description static WarningGroup.BuilderWarningGroup. builder()WarningGroup.BuilderWarningGroup.Builder. code(Integer code)Warning code that identifies a specific warning in the job.WarningGroup.BuilderWarningGroup.Builder. count(Integer count)The number of times this warning occurred in the job.WarningGroup.BuilderWarningGroup. toBuilder()Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type WarningGroup.Builder Modifier and Type Method Description static Class<? extends WarningGroup.Builder>WarningGroup. serializableBuilderClass()
-