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
Modifier and TypeMethodDescriptionSet the distance, in pixels, between the overlay and the left edge of the video frame.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 Details
-
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
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.
-