Class CfnStreamProcessorPropsMixin.PointProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.rekognition.CfnStreamProcessorPropsMixin.PointProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStreamProcessorPropsMixin.PointProperty>
- Enclosing interface:
CfnStreamProcessorPropsMixin.PointProperty
@Stability(Stable)
public static final class CfnStreamProcessorPropsMixin.PointProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStreamProcessorPropsMixin.PointProperty>
A builder for
CfnStreamProcessorPropsMixin.PointProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnStreamProcessorPropsMixin.PointProperty.getX()Sets the value ofCfnStreamProcessorPropsMixin.PointProperty.getY()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
x
Sets the value ofCfnStreamProcessorPropsMixin.PointProperty.getX()- Parameters:
x- The value of the X coordinate for a point on aPolygon.- Returns:
this
-
y
Sets the value ofCfnStreamProcessorPropsMixin.PointProperty.getY()- Parameters:
y- The value of the Y coordinate for a point on aPolygon.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStreamProcessorPropsMixin.PointProperty>- Returns:
- a new instance of
CfnStreamProcessorPropsMixin.PointProperty - Throws:
NullPointerException- if any required attribute was not provided
-