@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()
Set the time, in milliseconds, for the image to remain on the output video.
|
boolean |
equals(Object obj) |
Integer |
fadeIn()
Set 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()
Use Image location (imageInserterInput) to specify the Amazon S3 location of the image to be inserted into the
output.
|
Integer |
imageX()
Use Left (ImageX) to set the distance, in pixels, between the inserted image and the left edge of the video
frame.
|
Integer |
imageY()
Use Top (ImageY) to set 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()
Use Start time (StartTime) to specify the video timecode when the image is inserted in the output.
|
InsertableImage.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
width()
Specify the width of the inserted image in pixels.
|
copy
public Integer duration()
public Integer fadeIn()
public Integer fadeOut()
public Integer height()
public String imageInserterInput()
public Integer imageX()
public Integer imageY()
public Integer layer()
public Integer opacity()
public String startTime()
public Integer width()
public InsertableImage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InsertableImage.Builder,InsertableImage>
public static InsertableImage.Builder builder()
public static Class<? extends InsertableImage.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.