Class RectangleArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.media.inputs.RectangleArgs.Builder
-
- Enclosing class:
- RectangleArgs
public static final class RectangleArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(RectangleArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RectangleArgs
build()
RectangleArgs.Builder
height(com.pulumi.core.Output<java.lang.String> height)
RectangleArgs.Builder
height(java.lang.String height)
RectangleArgs.Builder
left(com.pulumi.core.Output<java.lang.String> left)
RectangleArgs.Builder
left(java.lang.String left)
RectangleArgs.Builder
top(com.pulumi.core.Output<java.lang.String> top)
RectangleArgs.Builder
top(java.lang.String top)
RectangleArgs.Builder
width(com.pulumi.core.Output<java.lang.String> width)
RectangleArgs.Builder
width(java.lang.String width)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(RectangleArgs defaults)
-
-
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
-
build
public RectangleArgs build()
-
-