Interface MotionImageInsertionOffset.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MotionImageInsertionOffset.Builder,MotionImageInsertionOffset>,SdkBuilder<MotionImageInsertionOffset.Builder,MotionImageInsertionOffset>,SdkPojo
- Enclosing class:
- MotionImageInsertionOffset
public static interface MotionImageInsertionOffset.Builder extends SdkPojo, CopyableBuilder<MotionImageInsertionOffset.Builder,MotionImageInsertionOffset>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MotionImageInsertionOffset.BuilderimageX(Integer imageX)Set the distance, in pixels, between the overlay and the left edge of the video frame.MotionImageInsertionOffset.BuilderimageY(Integer imageY)Set the distance, in pixels, between the overlay and the top edge 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
-
imageX
MotionImageInsertionOffset.Builder imageX(Integer imageX)
Set the distance, in pixels, between the overlay and the left edge of the video frame.- Parameters:
imageX- Set the distance, in pixels, between the overlay and the left edge of the video frame.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageY
MotionImageInsertionOffset.Builder imageY(Integer imageY)
Set the distance, in pixels, between the overlay and the top edge of the video frame.- Parameters:
imageY- Set the distance, in pixels, between the overlay and the top edge of the video frame.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-