public static interface WarningGroup.Builder extends SdkPojo, CopyableBuilder<WarningGroup.Builder,WarningGroup>
| Modifier and Type | Method and Description |
|---|---|
WarningGroup.Builder |
code(Integer code)
Warning code that identifies a specific warning in the job.
|
WarningGroup.Builder |
count(Integer count)
The number of times this warning occurred in the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildWarningGroup.Builder code(Integer code)
code - Warning code that identifies a specific warning in the job. For more information, see
https://docs.aws.amazon.com/mediaconvert/latest/ug/warning_codes.htmlWarningGroup.Builder count(Integer count)
count - The number of times this warning occurred in the job.Copyright © 2023. All rights reserved.