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