@Stability(value=Stable) public static final class CfnSegment.CoordinatesProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSegment.CoordinatesProperty>
CfnSegment.CoordinatesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnSegment.CoordinatesProperty |
build()
Builds the configured instance.
|
CfnSegment.CoordinatesProperty.Builder |
latitude(Number latitude)
Sets the value of
CfnSegment.CoordinatesProperty.getLatitude() |
CfnSegment.CoordinatesProperty.Builder |
longitude(Number longitude)
Sets the value of
CfnSegment.CoordinatesProperty.getLongitude() |
@Stability(value=Stable) public CfnSegment.CoordinatesProperty.Builder latitude(Number latitude)
CfnSegment.CoordinatesProperty.getLatitude()
latitude
- `CfnSegment.CoordinatesProperty.Latitude`. This parameter is required.this
@Stability(value=Stable) public CfnSegment.CoordinatesProperty.Builder longitude(Number longitude)
CfnSegment.CoordinatesProperty.getLongitude()
longitude
- `CfnSegment.CoordinatesProperty.Longitude`. This parameter is required.this
@Stability(value=Stable) public CfnSegment.CoordinatesProperty build()
build
in interface software.amazon.jsii.Builder<CfnSegment.CoordinatesProperty>
CfnSegment.CoordinatesProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.