@Generated(value="software.amazon.awssdk:codegen") public final class StaticImageActivateScheduleActionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StaticImageActivateScheduleActionSettings.Builder,StaticImageActivateScheduleActionSettings>
Modifier and Type | Class and Description |
---|---|
static interface |
StaticImageActivateScheduleActionSettings.Builder |
Modifier and Type | Method and Description |
---|---|
static StaticImageActivateScheduleActionSettings.Builder |
builder() |
Integer |
duration()
The duration in milliseconds for the image to remain on the video.
|
boolean |
equals(Object obj) |
Integer |
fadeIn()
The time in milliseconds for the image to fade in.
|
Integer |
fadeOut()
Applies only if a duration is specified.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
height()
The height of the image when inserted into the video, in pixels.
|
InputLocation |
image()
The location and filename of the image file to overlay on the video.
|
Integer |
imageX()
Placement of the left edge of the overlay relative to the left edge of the video frame, in pixels.
|
Integer |
imageY()
Placement of the top edge of the overlay relative to the top edge of the video frame, in pixels.
|
Integer |
layer()
The number of the layer, 0 to 7.
|
Integer |
opacity()
Opacity of image where 0 is transparent and 100 is fully opaque.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StaticImageActivateScheduleActionSettings.Builder> |
serializableBuilderClass() |
StaticImageActivateScheduleActionSettings.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Integer |
width()
The width of the image when inserted into the video, in pixels.
|
copy
public Integer duration()
public Integer fadeIn()
public Integer fadeOut()
public Integer height()
public InputLocation image()
public Integer imageX()
public Integer imageY()
public Integer layer()
public Integer opacity()
public Integer width()
public StaticImageActivateScheduleActionSettings.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<StaticImageActivateScheduleActionSettings.Builder,StaticImageActivateScheduleActionSettings>
public static StaticImageActivateScheduleActionSettings.Builder builder()
public static Class<? extends StaticImageActivateScheduleActionSettings.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.