Interface MotionGraphicsActivateScheduleActionSettings.Builder

    • 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.