Class FadeArgs.Builder

  • Enclosing class:
    FadeArgs

    public static final class FadeArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
      • Builder

        public Builder​(FadeArgs defaults)
    • Method Detail

      • duration

        public FadeArgs.Builder duration​(com.pulumi.core.Output<java.lang.String> duration)
        Parameters:
        duration - The Duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration)
        Returns:
        builder
      • duration

        public FadeArgs.Builder duration​(java.lang.String duration)
        Parameters:
        duration - The Duration of the fade effect in the video. The value can be in ISO 8601 format (For example, PT05S to fade In/Out a color during 5 seconds), or a frame count (For example, 10 to fade 10 frames from the start time), or a relative value to stream duration (For example, 10% to fade 10% of stream duration)
        Returns:
        builder
      • fadeColor

        public FadeArgs.Builder fadeColor​(com.pulumi.core.Output<java.lang.String> fadeColor)
        Parameters:
        fadeColor - The Color for the fade In/Out. it can be on the CSS Level1 colors https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color_keywords or an RGB/hex value: e.g: rgb(255,0,0), 0xFF0000 or #FF0000
        Returns:
        builder
      • fadeColor

        public FadeArgs.Builder fadeColor​(java.lang.String fadeColor)
        Parameters:
        fadeColor - The Color for the fade In/Out. it can be on the CSS Level1 colors https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color_keywords or an RGB/hex value: e.g: rgb(255,0,0), 0xFF0000 or #FF0000
        Returns:
        builder
      • start

        public FadeArgs.Builder start​(@Nullable
                                      com.pulumi.core.Output<java.lang.String> start)
        Parameters:
        start - The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, PT05S to start at 5 seconds), or a frame count (For example, 10 to start at the 10th frame), or a relative value to stream duration (For example, 10% to start at 10% of stream duration). Default is 0
        Returns:
        builder
      • start

        public FadeArgs.Builder start​(java.lang.String start)
        Parameters:
        start - The position in the input video from where to start fade. The value can be in ISO 8601 format (For example, PT05S to start at 5 seconds), or a frame count (For example, 10 to start at the 10th frame), or a relative value to stream duration (For example, 10% to start at 10% of stream duration). Default is 0
        Returns:
        builder