Interface FrameResolution.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FrameResolution.Builder,FrameResolution>,SdkBuilder<FrameResolution.Builder,FrameResolution>,SdkPojo
- Enclosing class:
- FrameResolution
public static interface FrameResolution.Builder extends SdkPojo, CopyableBuilder<FrameResolution.Builder,FrameResolution>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FrameResolution.BuilderframeHeight(Integer frameHeight)The number of pixels in the height of the video frame.FrameResolution.BuilderframeWidth(Integer frameWidth)The number of pixels in the width of the video frame.-
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
-
frameHeight
FrameResolution.Builder frameHeight(Integer frameHeight)
The number of pixels in the height of the video frame.- Parameters:
frameHeight- The number of pixels in the height of the video frame.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frameWidth
FrameResolution.Builder frameWidth(Integer frameWidth)
The number of pixels in the width of the video frame.- Parameters:
frameWidth- The number of pixels in the width of the video frame.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-