@Generated(value="software.amazon.awssdk:codegen") public final class InsertableImage extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsertableImage.Builder,InsertableImage>
Modifier and Type | Class and Description |
---|---|
static interface |
InsertableImage.Builder |
Modifier and Type | Method and Description |
---|---|
static InsertableImage.Builder |
builder() |
Integer |
duration()
Specify the time, in milliseconds, for the image to remain on the output video.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
fadeIn()
Specify the length of time, in milliseconds, between the Start time that you specify for the image insertion and
the time that the image appears at full opacity.
|
Integer |
fadeOut()
Specify the length of time, in milliseconds, between the end of the time that you have specified for the image
overlay Duration and when the overlaid image has faded to total transparency.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
height()
Specify the height of the inserted image in pixels.
|
String |
imageInserterInput()
Specify the HTTP, HTTPS, or Amazon S3 location of the image that you want to overlay on the video.
|
Integer |
imageX()
Specify the distance, in pixels, between the inserted image and the left edge of the video frame.
|
Integer |
imageY()
Specify the distance, in pixels, between the overlaid image and the top edge of the video frame.
|
Integer |
layer()
Specify how overlapping inserted images appear.
|
Integer |
opacity()
Use Opacity (Opacity) to specify how much of the underlying video shows through the inserted image.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InsertableImage.Builder> |
serializableBuilderClass() |
String |
startTime()
Specify the timecode of the frame that you want the overlay to first appear on.
|
InsertableImage.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
width()
Specify the width of the inserted image in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer duration()
public final Integer fadeIn()
public final Integer fadeOut()
public final Integer height()
public final String imageInserterInput()
public final Integer imageX()
public final Integer imageY()
public final Integer layer()
public final Integer opacity()
public final String startTime()
public final Integer width()
public InsertableImage.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InsertableImage.Builder,InsertableImage>
public static InsertableImage.Builder builder()
public static Class<? extends InsertableImage.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.