Class StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.rekognition.inputs.StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
-
- Enclosing class:
- StreamProcessorRegionsOfInterestBoundingBoxArgs
public static final class StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(StreamProcessorRegionsOfInterestBoundingBoxArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamProcessorRegionsOfInterestBoundingBoxArgs
build()
StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
height(com.pulumi.core.Output<java.lang.Double> height)
StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
height(java.lang.Double height)
StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
left(com.pulumi.core.Output<java.lang.Double> left)
StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
left(java.lang.Double left)
StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
top(com.pulumi.core.Output<java.lang.Double> top)
StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
top(java.lang.Double top)
StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
width(com.pulumi.core.Output<java.lang.Double> width)
StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder
width(java.lang.Double width)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(StreamProcessorRegionsOfInterestBoundingBoxArgs defaults)
-
-
Method Detail
-
height
public StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder height(@Nullable com.pulumi.core.Output<java.lang.Double> height)
- Parameters:
height
- Height of the bounding box as a ratio of the overall image height.- Returns:
- builder
-
height
public StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder height(java.lang.Double height)
- Parameters:
height
- Height of the bounding box as a ratio of the overall image height.- Returns:
- builder
-
left
public StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder left(@Nullable com.pulumi.core.Output<java.lang.Double> left)
- Parameters:
left
- Left coordinate of the bounding box as a ratio of overall image width.- Returns:
- builder
-
left
public StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder left(java.lang.Double left)
- Parameters:
left
- Left coordinate of the bounding box as a ratio of overall image width.- Returns:
- builder
-
top
public StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder top(@Nullable com.pulumi.core.Output<java.lang.Double> top)
- Parameters:
top
- Top coordinate of the bounding box as a ratio of overall image height.- Returns:
- builder
-
top
public StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder top(java.lang.Double top)
- Parameters:
top
- Top coordinate of the bounding box as a ratio of overall image height.- Returns:
- builder
-
width
public StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder width(@Nullable com.pulumi.core.Output<java.lang.Double> width)
- Parameters:
width
- Width of the bounding box as a ratio of the overall image width.- Returns:
- builder
-
width
public StreamProcessorRegionsOfInterestBoundingBoxArgs.Builder width(java.lang.Double width)
- Parameters:
width
- Width of the bounding box as a ratio of the overall image width.- Returns:
- builder
-
build
public StreamProcessorRegionsOfInterestBoundingBoxArgs build()
-
-