Interface WarningGroup.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<WarningGroup.Builder,WarningGroup>
,SdkBuilder<WarningGroup.Builder,WarningGroup>
,SdkPojo
- Enclosing class:
- WarningGroup
public static interface WarningGroup.Builder extends SdkPojo, CopyableBuilder<WarningGroup.Builder,WarningGroup>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
code
WarningGroup.Builder code(Integer 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.html- Parameters:
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.html- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
WarningGroup.Builder count(Integer count)
The number of times this warning occurred in the job.- Parameters:
count
- The number of times this warning occurred in the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-