Interface MotionGraphicsActivateScheduleActionSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MotionGraphicsActivateScheduleActionSettings.Builder,MotionGraphicsActivateScheduleActionSettings>,SdkBuilder<MotionGraphicsActivateScheduleActionSettings.Builder,MotionGraphicsActivateScheduleActionSettings>,SdkPojo
- Enclosing class:
- MotionGraphicsActivateScheduleActionSettings
public static interface MotionGraphicsActivateScheduleActionSettings.Builder extends SdkPojo, CopyableBuilder<MotionGraphicsActivateScheduleActionSettings.Builder,MotionGraphicsActivateScheduleActionSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MotionGraphicsActivateScheduleActionSettings.Builderduration(Long duration)Duration (in milliseconds) that motion graphics should render on to the video stream.MotionGraphicsActivateScheduleActionSettings.BuilderpasswordParam(String passwordParam)Key used to extract the password from EC2 Parameter storeMotionGraphicsActivateScheduleActionSettings.Builderurl(String url)URI of the HTML5 content to be rendered into the live stream.MotionGraphicsActivateScheduleActionSettings.Builderusername(String username)Documentation update needed-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
duration
MotionGraphicsActivateScheduleActionSettings.Builder duration(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.- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
passwordParam
MotionGraphicsActivateScheduleActionSettings.Builder passwordParam(String passwordParam)
Key used to extract the password from EC2 Parameter store- Parameters:
passwordParam- Key used to extract the password from EC2 Parameter store- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
MotionGraphicsActivateScheduleActionSettings.Builder url(String url)
URI of the HTML5 content to be rendered into the live stream.- Parameters:
url- URI of the HTML5 content to be rendered into the live stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
MotionGraphicsActivateScheduleActionSettings.Builder username(String username)
Documentation update needed- Parameters:
username- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-