@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
Integer |
width()
The width of the image when inserted into the video, in pixels.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer duration()
public final Integer fadeIn()
public final Integer fadeOut()
public final Integer height()
public final InputLocation image()
public final Integer imageX()
public final Integer imageY()
public final Integer layer()
public final Integer opacity()
public final Integer width()
public StaticImageActivateScheduleActionSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StaticImageActivateScheduleActionSettings.Builder,StaticImageActivateScheduleActionSettings>public static StaticImageActivateScheduleActionSettings.Builder builder()
public static Class<? extends StaticImageActivateScheduleActionSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.