Class RectangleArgs.Builder

  • Enclosing class:
    RectangleArgs

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

      • Builder

        public Builder()
    • Method Detail

      • height

        public RectangleArgs.Builder height​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> height)
        Parameters:
        height - The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
        Returns:
        builder
      • height

        public RectangleArgs.Builder height​(java.lang.String height)
        Parameters:
        height - The height of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
        Returns:
        builder
      • left

        public RectangleArgs.Builder left​(@Nullable
                                          com.pulumi.core.Output<java.lang.String> left)
        Parameters:
        left - The number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
        Returns:
        builder
      • left

        public RectangleArgs.Builder left​(java.lang.String left)
        Parameters:
        left - The number of pixels from the left-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
        Returns:
        builder
      • top

        public RectangleArgs.Builder top​(@Nullable
                                         com.pulumi.core.Output<java.lang.String> top)
        Parameters:
        top - The number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
        Returns:
        builder
      • top

        public RectangleArgs.Builder top​(java.lang.String top)
        Parameters:
        top - The number of pixels from the top-margin. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
        Returns:
        builder
      • width

        public RectangleArgs.Builder width​(@Nullable
                                           com.pulumi.core.Output<java.lang.String> width)
        Parameters:
        width - The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
        Returns:
        builder
      • width

        public RectangleArgs.Builder width​(java.lang.String width)
        Parameters:
        width - The width of the rectangular region in pixels. This can be absolute pixel value (e.g 100), or relative to the size of the video (For example, 50%).
        Returns:
        builder