Interface MinBottomRenditionSize.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<MinBottomRenditionSize.Builder,MinBottomRenditionSize>
,SdkBuilder<MinBottomRenditionSize.Builder,MinBottomRenditionSize>
,SdkPojo
- Enclosing class:
- MinBottomRenditionSize
public static interface MinBottomRenditionSize.Builder extends SdkPojo, CopyableBuilder<MinBottomRenditionSize.Builder,MinBottomRenditionSize>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MinBottomRenditionSize.Builder
height(Integer height)
Use Height to define the video resolution height, in pixels, for this rule.MinBottomRenditionSize.Builder
width(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
height
MinBottomRenditionSize.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
MinBottomRenditionSize.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.
-
-