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.Builder
WarningGroup. builder()
WarningGroup.Builder
WarningGroup.Builder. code(Integer code)
Warning code that identifies a specific warning in the job.WarningGroup.Builder
WarningGroup.Builder. count(Integer count)
The number of times this warning occurred in the job.WarningGroup.Builder
WarningGroup. 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()
-