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
Modifier and TypeMethodDescriptionframeHeight
(Integer frameHeight) The number of pixels in the height of the video frame.frameWidth
(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 Details
-
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
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.
-