Interface ForceIncludeRenditionSize.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ForceIncludeRenditionSize.Builder,ForceIncludeRenditionSize>,SdkBuilder<ForceIncludeRenditionSize.Builder,ForceIncludeRenditionSize>,SdkPojo
- Enclosing class:
- ForceIncludeRenditionSize
public static interface ForceIncludeRenditionSize.Builder extends SdkPojo, CopyableBuilder<ForceIncludeRenditionSize.Builder,ForceIncludeRenditionSize>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ForceIncludeRenditionSize.Builderheight(Integer height)Use Height to define the video resolution height, in pixels, for this rule.ForceIncludeRenditionSize.Builderwidth(Integer width)Use Width to define the video resolution width, in pixels, for this rule.-
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
-
height
ForceIncludeRenditionSize.Builder height(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.- Parameters:
height- Use Height to define the video resolution height, in pixels, for this rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
width
ForceIncludeRenditionSize.Builder width(Integer width)
Use Width to define the video resolution width, in pixels, for this rule.- Parameters:
width- Use Width to define the video resolution width, in pixels, for this rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-