Class MotionGraphicsActivateScheduleActionSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.MotionGraphicsActivateScheduleActionSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MotionGraphicsActivateScheduleActionSettings.Builder,MotionGraphicsActivateScheduleActionSettings>
@Generated("software.amazon.awssdk:codegen") public final class MotionGraphicsActivateScheduleActionSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MotionGraphicsActivateScheduleActionSettings.Builder,MotionGraphicsActivateScheduleActionSettings>
Settings to specify the rendering of motion graphics into the video stream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMotionGraphicsActivateScheduleActionSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MotionGraphicsActivateScheduleActionSettings.Builderbuilder()Longduration()Duration (in milliseconds) that motion graphics should render on to the video stream.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpasswordParam()Key used to extract the password from EC2 Parameter storeMap<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MotionGraphicsActivateScheduleActionSettings.Builder>serializableBuilderClass()MotionGraphicsActivateScheduleActionSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()URI of the HTML5 content to be rendered into the live stream.Stringusername()Documentation update needed-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
duration
public final Long duration()
Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed.- Returns:
- Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed.
-
passwordParam
public final String passwordParam()
Key used to extract the password from EC2 Parameter store- Returns:
- Key used to extract the password from EC2 Parameter store
-
url
public final String url()
URI of the HTML5 content to be rendered into the live stream.- Returns:
- URI of the HTML5 content to be rendered into the live stream.
-
username
public final String username()
Documentation update needed- Returns:
- Documentation update needed
-
toBuilder
public MotionGraphicsActivateScheduleActionSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MotionGraphicsActivateScheduleActionSettings.Builder,MotionGraphicsActivateScheduleActionSettings>
-
builder
public static MotionGraphicsActivateScheduleActionSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends MotionGraphicsActivateScheduleActionSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-